20 lines
355 B
PHP
20 lines
355 B
PHP
<?php
|
|
|
|
return [
|
|
/**
|
|
* Application providers
|
|
*/
|
|
App\Providers\SharedService::class,
|
|
|
|
/**
|
|
* Package providers
|
|
*/
|
|
// Diffhead\PHP\LaravelDataEnrichment\ServiceProvider::class,
|
|
// Diffhead\PHP\LaravelRabbitMQ\ServiceProvider::class,
|
|
|
|
/**
|
|
* Feature providers
|
|
*/
|
|
App\Feature\Example\Provider::class,
|
|
];
|