Skip to content

Commit

Permalink
Add Redis facade as comment in app.config (#5813)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmachatschek authored Feb 14, 2022
1 parent e077976 commit efd49c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
*/

'aliases' => Facade::defaultAliases()->merge([
// ...
// 'Redis' => Illuminate\Support\Facades\Redis::class,
])->toArray(),

];

0 comments on commit efd49c6

Please sign in to comment.