We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ac166 commit 3e689cfCopy full SHA for 3e689cf
app/Http/Requests/Admin/AdminFormRequest.php
@@ -26,7 +26,7 @@ abstract public function rules();
26
*
27
* @return bool
28
*/
29
- public function authorize(): bool
+ public function authorize()
30
{
31
if (is_null($this->user())) {
32
return false;
@@ -42,7 +42,7 @@ public function authorize(): bool
42
* @param array $only
43
* @return array
44
45
- public function normalize($only = []): array
+ public function normalize($only = [])
46
47
return array_merge(
48
$this->only($only),
0 commit comments