Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
juancristobalgd1 authored Mar 13, 2024
1 parent 15d28e4 commit bfbb659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/providers/providers.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
/**
---------------------------------------------------------------
APP PROVIDERS
APP PROVIDERS
---------------------------------------------------------------
*
* Here will be registered the classes of the providers that will
Expand All @@ -22,7 +22,7 @@
'validator' => Validation\Validator::class,
'auth' => Auth\Auth::class,
'console' => Console\ConsoleApplication::class,
'raxm' => Axm\Raxm\Raxm::class,
'raxm' => Raxm\Raxm::class,
// 'event' => EventManager::class,
// 'cache' => Cache\Cache::class,
];

0 comments on commit bfbb659

Please sign in to comment.