jqh %!s(int64=5) %!d(string=hai) anos
pai
achega
41923465bf
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/Traits/HasAuthorization.php

+ 3 - 1
src/Traits/HasAuthorization.php

@@ -32,9 +32,11 @@ trait HasAuthorization
     }
 
     /**
+     * 返回无权限信息.
+     *
      * @return mixed
      */
-    protected function failedAuthorization()
+    public function failedAuthorization()
     {
         abort(403, __('admin.deny'));
     }