updating permission system

This commit is contained in:
2019-01-07 11:14:44 -06:00
parent 2d17b97739
commit d57e979dd3
6 changed files with 132 additions and 8 deletions

View File

@@ -117,4 +117,16 @@ class AdminController extends Controller
return view('admin.dashboard')->with('error', 'User did not have the role.');
}
public function displayAllowedLogins() {
}
public function addAllowedLogin() {
}
public function removeAllowedLogin() {
}
}