You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rector proposes the following change, but there is no injection in service providers. The constructor requires an Application instance $app as it's first (and only) argument.
App\Providers\AppServiceProvider::__construct(): Argument # 1 ($gate) must be of type Illuminate\Contracts\Auth\Access\Gate, Illuminate\Foundation\Application given
Rector proposes the following change, but there is no injection in service providers. The constructor requires an Application instance
$app
as it's first (and only) argument.The accepted code will throw an exception:
App\Providers\AppServiceProvider::__construct(): Argument # 1 ($gate) must be of type Illuminate\Contracts\Auth\Access\Gate, Illuminate\Foundation\Application given
rector/rector: 2.0.10
driftingly/rector-laravel: 2.0.2
laravel/framework: 11.44.2
The text was updated successfully, but these errors were encountered: