Skip to content

Commit

Permalink
check table permissions exist
Browse files Browse the repository at this point in the history
  • Loading branch information
yohangdev committed Dec 23, 2015
1 parent 214ff72 commit 7d2aaa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Laravolt\Acl;

use Illuminate\Support\Facades\Schema;
use Illuminate\Contracts\Auth\Access\Gate;
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
use Laravolt\Acl\Commands\SyncPermission;
Expand Down

0 comments on commit 7d2aaa9

Please sign in to comment.