Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Apr 9, 2019
1 parent 4b4aaa1 commit 8f3e7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Provider extends ServiceProvider
public function boot(Router $router)
{
if (!$this->app->routesAreCached()) {
require __DIR__.'/Routes/web.php';
require __DIR__ . '/Routes/web.php';
}

$this->publishes([
Expand Down

0 comments on commit 8f3e7af

Please sign in to comment.