feat(providers): add provider for working days

This commit is contained in:
2024-08-07 13:01:11 +02:00
parent b0e99f5238
commit 1a66420eb1
2 changed files with 59 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
<?php
return [
App\Providers\AppServiceProvider::class,
App\Providers\WorkingDaysProvider::class,
App\Providers\Swagger::class,
];