[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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