[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:
Noboru Shiroiwa
2022-03-22 01:00:48 +09:00
committed by GitHub
parent 222908f96f
commit d8f0e93c56

View File

@@ -191,7 +191,7 @@ return [
*/ */
'aliases' => Facade::defaultAliases()->merge([ 'aliases' => Facade::defaultAliases()->merge([
// ... // 'ExampleClass' => App\Example\ExampleClass::class,
])->toArray(), ])->toArray(),
]; ];