auth
This commit is contained in:
@ -12,7 +12,7 @@ class BaseController extends Controller
|
||||
function __call($method, $parameters)
|
||||
{
|
||||
if (isset($this->validateMethodParams[$method])) {
|
||||
request()->validate($this->validateMethodParams[$method]);
|
||||
$a = request()->validate($this->validateMethodParams[$method]);
|
||||
}
|
||||
parent::__call($method, $parameters);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user