moon admin controller for approving or denying moon has been updated.

This commit is contained in:
2020-03-02 21:38:22 -06:00
parent a2e8ea4ffd
commit 7c5ebac3d6

View File

@@ -32,6 +32,7 @@ class MoonsAdminController extends Controller
{
public function __construct() {
$this->middleware('auth');
$this->middleware('role:admin');
}
/**