vat_wms/bootstrap/providers.php
2025-05-13 12:32:55 +02:00

8 lines
164 B
PHP

<?php
return [
App\Providers\AppServiceProvider::class,
App\Providers\FortifyServiceProvider::class,
App\Providers\JetstreamServiceProvider::class,
];