@@ -53,7 +53,7 @@ |
||
| 53 | 53 | * @return bool |
| 54 | 54 | */ |
| 55 | 55 | protected function inAllowedMethods($method) { |
| 56 | - $allowed_methods = array_map('strtoupper', (array)config('admin.operation_log.allowed_methods')); |
|
| 56 | + $allowed_methods = array_map('strtoupper', (array) config('admin.operation_log.allowed_methods')); |
|
| 57 | 57 | if (empty($allowed_methods)) { |
| 58 | 58 | return true; |
| 59 | 59 | } else { |