Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI authored and StyleCIBot committed Aug 25, 2018
1 parent e5f40ee commit e534142
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/LogsToolServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace KABBOUCHI\LogsTool;

use KABBOUCHI\Ward\Ward;
use Laravel\Nova\Nova;
use KABBOUCHI\Ward\Ward;
use Laravel\Nova\Events\ServingNova;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\ServiceProvider;
Expand Down Expand Up @@ -52,8 +52,8 @@ protected function routes()
*/
public function register()
{
Ward::auth(function () {
return true;
});
Ward::auth(function () {
return true;
});
}
}

0 comments on commit e534142

Please sign in to comment.