[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 <[email protected]>
This commit is contained in:
Noboru Shiroiwa
2022-03-21 09:00:48 -07:00
committed by GitHub
co-authored by Taylor Otwell
parent 222908f96f
commit d8f0e93c56
+1 -1
View File
@@ -191,7 +191,7 @@ return [
*/
'aliases' => Facade::defaultAliases()->merge([
// ...
// 'ExampleClass' => App\Example\ExampleClass::class,
])->toArray(),
];