1
0
cms11/bootstrap/providers.php

7 lines
119 B
PHP
Raw Normal View History

2024-04-16 15:55:47 +02:00
<?php
return [
App\Providers\AppServiceProvider::class,
2024-04-17 11:41:10 +02:00
App\Providers\BundleCreatorServiceProvider::class,
2024-04-16 15:55:47 +02:00
];