Authorize all requets.

This commit is contained in:
Taylor Otwell 2014-11-25 09:20:56 -06:00
parent d306965007
commit 16357ad29b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public function rules()
*/
public function authorize()
{
return false;
return true;
}
}