Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Jul 14, 2019
1 parent c9b28da commit d2f1a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function boot(Router $router)
parent::boot($router);

//
$this->loadAssetRoutes();
$this->registerAssetRoutes();
}

/**
Expand Down Expand Up @@ -57,7 +57,7 @@ public function map(Router $router)
*
* @return void
*/
protected function loadAssetRoutes()
protected function registerAssetRoutes()
{
$dispatcher = $this->app['assets.dispatcher'];

Expand Down

0 comments on commit d2f1a4d

Please sign in to comment.