@@ -60,8 +60,9 @@ |
||
60 | 60 | $this->resolveIncludes(); |
61 | 61 | $this->resolveBeforeHook(); |
62 | 62 | |
63 | - if ($authorization) |
|
64 | - $this->resolveAuthorization(); |
|
63 | + if ($authorization) { |
|
64 | + $this->resolveAuthorization(); |
|
65 | + } |
|
65 | 66 | |
66 | 67 | $this->resolveValidation(); |
67 | 68 | try { |