mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 19:24:48 +01:00
28 lines
1011 B
YAML
28 lines
1011 B
YAML
# see: https://laravel.com/docs/5.7/upgrade
|
|
services:
|
|
Rector\Rector\Visibility\ChangeMethodVisibilityRector:
|
|
Illuminate\Routing\Router:
|
|
addRoute: 'public'
|
|
Illuminate\Contracts\Auth\Access\Gate:
|
|
raw: 'public'
|
|
|
|
Rector\Rector\Argument\ArgumentAdderRector:
|
|
Illuminate\Auth\Middleware\Authenticate:
|
|
authenticate:
|
|
name: 'request'
|
|
Illuminate\Foundation\Auth\ResetsPasswords:
|
|
sendResetResponse:
|
|
name: 'request'
|
|
type: 'Illuminate\Http\Illuminate\Http'
|
|
Illuminate\Foundation\Auth\SendsPasswordResetEmails:
|
|
sendResetLinkResponse:
|
|
name: 'request'
|
|
type: 'Illuminate\Http\Illuminate\Http'
|
|
Rector\Laravel\Rector\StaticCall\Redirect301ToPermanentRedirectRector: ~
|
|
|
|
Rector\Rector\Argument\ArgumentRemoverRector:
|
|
Illuminate\Foundation\Application:
|
|
register:
|
|
1:
|
|
name: 'options'
|