Authorize all requets.
This commit is contained in:
parent
d306965007
commit
16357ad29b
|
@ -25,7 +25,7 @@ public function rules()
|
||||||
*/
|
*/
|
||||||
public function authorize()
|
public function authorize()
|
||||||
{
|
{
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue