Skip to content

Commit

Permalink
Fix L10 install
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 6, 2024
1 parent ace769a commit 7b64873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private function installMiddleware(string $middleware)
if (file_exists(base_path('bootstrap/app.php'))) {
$this->installMiddlewareToBootstrap($middleware);
} else {
$this->installMiddlewareAfter('SubstituteBinding::class', $middleware);
$this->installMiddlewareAfter('SubstituteBindings::class', $middleware);
}
}

Expand Down

0 comments on commit 7b64873

Please sign in to comment.