Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Fix isInstalled middleware typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidlaasri committed Aug 31, 2015
1 parent 154d514 commit 4e2fbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/LaravelInstallerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function register()
*/
public function boot()
{
app('router')->middleware('isInstalled', '\RachidLaasri\LaravelInstaller\Middleware\IsInstalled');
app('router')->middleware('isInstalled', '\RachidLaasri\LaravelInstaller\Middleware\isInstalled');
}

/**
Expand Down

0 comments on commit 4e2fbd4

Please sign in to comment.