Skip to content

Commit

Permalink
Added changes from PR #82
Browse files Browse the repository at this point in the history
  • Loading branch information
santigarcor committed Feb 10, 2017
1 parent 1e51513 commit 5bb7f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/stubs/permission.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App;
namespace DummyNamespace;

use Laratrust\LaratrustPermission;

Expand Down
2 changes: 1 addition & 1 deletion src/commands/stubs/role.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App;
namespace DummyNamespace;

use Laratrust\LaratrustRole;

Expand Down

0 comments on commit 5bb7f6d

Please sign in to comment.