KTVRemote/bootstrap/providers.php

7 lines
110 B
PHP
Raw Normal View History

2025-08-25 13:58:41 +08:00
<?php
return [
App\Providers\AppServiceProvider::class,
2025-08-25 13:59:15 +08:00
App\Providers\VoltServiceProvider::class,
2025-08-25 13:58:41 +08:00
];