Skip to content

Commit

Permalink
Using the abstract instead of the concrete Router.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Jan 16, 2016
1 parent 4ad511f commit 301134e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php namespace Arcanedev\LogViewer\Providers;

use Arcanedev\Support\Providers\RouteServiceProvider as ServiceProvider;
use Illuminate\Routing\Router;
use Illuminate\Contracts\Routing\Registrar as Router;

/**
* Class RouteServiceProvider
Expand Down Expand Up @@ -58,7 +58,7 @@ protected function getRouteNamespace()
/**
* Define the routes for the application.
*
* @param Router $router
* @param \Illuminate\Contracts\Routing\Registrar $router
*/
public function map(Router $router)
{
Expand Down

0 comments on commit 301134e

Please sign in to comment.