Skip to content

Commit

Permalink
Update FortifyUITablerServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
roelreijneveld committed Nov 14, 2020
1 parent 27aea54 commit 3adfbce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FortifyUITablerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Proxeuse\FortifyUITabler;

use Illuminate\Support\ServiceProvider;
use Proxeuse\FortifyUITabler\Commands\FortifyUITabler;
use Proxeuse\FortifyUITabler\Commands\FortifyUITabler\FortifyUITablerCommand;

class FortifyUITablerServiceProvider extends ServiceProvider
{
Expand All @@ -17,7 +17,7 @@ public function boot()
], 'fortify-ui-tabler-resources');

$this->commands([
FortifyUITabler::class,
FortifyUITablerCommand::class,
]);
}
}
Expand Down

0 comments on commit 3adfbce

Please sign in to comment.