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