feat(providers): add provider for working days

This commit is contained in:
2024-08-07 14:52:08 +02:00
parent b0e99f5238
commit 1a66420eb1
2 changed files with 59 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
<?php
return [
App\Providers\AppServiceProvider::class,
App\Providers\WorkingDaysProvider::class,
App\Providers\Swagger::class,
];