1
0
cms11/bootstrap/providers.php

9 lines
222 B
PHP

<?php
return [
App\Providers\AppServiceProvider::class,
App\Providers\BundleCreatorServiceProvider::class,
App\Providers\RebrickableServiceProvider::class,
App\Providers\WikidataServiceProvider::class,
];