more permission ssytem 2.0

This commit is contained in:
2019-01-09 07:52:36 -06:00
parent c845d887f6
commit 851dc67794
10 changed files with 10 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ class DashboardController extends Controller
public function __construct()
{
$this->middleware('auth');
//$this->middleware('permission:role.guest');
$this->middleware('role:Guest');
}
/**