mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 05:44:04 +00:00
6 lines
113 B
PHP
Executable file
6 lines
113 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\TenancyServiceProvider::class,
|
|
];
|