Files

10 lines
160 B
PHP
Raw Permalink Normal View History

2026-05-07 23:31:33 +02:00
<?php
2026-08-28 13:04:28 +02:00
use App\Providers\AppServiceProvider;
use App\Providers\VoltServiceProvider;
2026-05-07 23:31:33 +02:00
return [
2026-08-28 13:04:28 +02:00
AppServiceProvider::class,
VoltServiceProvider::class,
2026-05-07 23:31:33 +02:00
];