moons controller

This commit is contained in:
2019-03-08 14:06:34 -06:00
parent bfda1a0939
commit 0f9df65a6f
2 changed files with 1 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ class MoonsController extends Controller
{
public function __construct() {
$this->middleware('auth');
$this->middleware('role:User');
$this->middleware('role:Renter');
}
/**