trying to update broken route
This commit is contained in:
@@ -19,7 +19,7 @@ class RentalMoonsAdminController extends Controller
|
||||
*/
|
||||
public function __construct() {
|
||||
$this->middleware('auth');
|
||||
$this->middelware('role:user');
|
||||
$this->middleware('role:user');
|
||||
$this->middleware('permission:mining.director');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user