Merge branch 'main' into #38-vacation-request-changes

This commit is contained in:
Adrian Hopek
2022-02-22 07:46:32 +01:00
39 changed files with 2201 additions and 170 deletions

View File

@@ -5,7 +5,7 @@ declare(strict_types=1);
namespace Toby\Eloquent\Observers;
use Illuminate\Contracts\Auth\Factory as Auth;
use Illuminate\Events\Dispatcher;
use Illuminate\Contracts\Events\Dispatcher;
use Toby\Domain\Enums\VacationRequestState;
use Toby\Domain\Events\VacationRequestStateChanged;
use Toby\Eloquent\Models\User;