ALPHA 3.0.2

This commit is contained in:
TheGamecraft
2018-09-05 13:46:20 -04:00
parent 8ef8057bfa
commit 3d7c45c2b2
11 changed files with 226 additions and 43 deletions

View File

@@ -15,8 +15,6 @@ class AdminController extends Controller
public function __construct()
{
$this->middleware('auth');
dd(Auth::user()->getAcces(2));
}
/**