[9.x] Add an example to the class aliases (#5846)
* Add an example to the class aliases * Update app.php Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
parent
222908f96f
commit
d8f0e93c56
|
@ -191,7 +191,7 @@
|
|||
*/
|
||||
|
||||
'aliases' => Facade::defaultAliases()->merge([
|
||||
// ...
|
||||
// 'ExampleClass' => App\Example\ExampleClass::class,
|
||||
])->toArray(),
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue