8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
<?php
|
|
|
|
use App\Providers\AppServiceProvider;
|
|
|
|
return [
|
|
AppServiceProvider::class,
|
|
];
|