php-casbin/laravel-authz

Lauthz\Facades\Enforcer has no type hints

lanrenbulan opened this issue · 3 comments

Hi,

Lauthz\Facades\Enforcer has no type hints.

It is recommended to add @method static.

`namespace Lauthz\Facades;

use Illuminate\Support\Facades\Facade;

/**

  • @see \Casbin\Enforcer
  • @method static array getPermissionsForUser
    */
    class Enforcer extends Facade
    {`

I submitted a PR to fix this, please review.

@leeqvip plz close this issue, as fixed by: #45