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
Expected type 'Spatie\Activitylog\Contracts\LoggablePipe'. Found 'App\Pipes\RemoveKeyFromLogChangesPipe'.intelephense(1006)
Undefined type 'App\Pipes\RemoveKeyFromLogChangesPipe'.
Please could you point me in the correct direction.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If I try implement the example on
https://spatie.be/docs/laravel-activitylog/v4/advanced-usage/manipulate-changes-array
I created the file RemoveKeyFromLogChangesPipe.php and placed it in App\Pipes
I try use it in the controller
Motorcycle::addLogChange(new RemoveKeyFromLogChangesPipe('motorcycle_model_id'));
I get the error even if I import the class
Expected type 'Spatie\Activitylog\Contracts\LoggablePipe'. Found 'App\Pipes\RemoveKeyFromLogChangesPipe'.intelephense(1006)
Undefined type 'App\Pipes\RemoveKeyFromLogChangesPipe'.
Please could you point me in the correct direction.
Beta Was this translation helpful? Give feedback.
All reactions