mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 19:24:48 +01:00
15 lines
535 B
YAML
15 lines
535 B
YAML
# see: https://laravel.com/docs/5.5/upgrade
|
|
services:
|
|
Rector\Rector\MethodCall\RenameMethodRector:
|
|
Illuminate\Console\Command:
|
|
fire: 'handle'
|
|
|
|
Rector\Rector\Property\RenamePropertyRector:
|
|
Illuminate\Database\Eloquent\Concerns\HasEvents:
|
|
events: 'dispatchesEvents'
|
|
Illuminate\Database\Eloquent\Relations\Pivot:
|
|
parent: 'pivotParent'
|
|
|
|
Rector\Rector\Class_\RenameClassRector:
|
|
Illuminate\Translation\LoaderInterface: 'Illuminate\Contracts\Translation\Loader'
|