<?php namespace App\KommaApp\Vacancies; use Carbon\Carbon; class VacancyService { public function getAllVacancies() { return []; } }