We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Добавить возможность в Leeto\MoonShine\Fields\Field метод afterSave(), наподобие:
public function afterSave(Model $item): Model { // ....... return $item; }
где можно было бы выполнить действия с введенными данными или моделью.
The text was updated successfully, but these errors were encountered:
fixed issues #37, #38
624bac9
public function beforeSave(Model $item): void { } public function afterSave(Model $item): void { }
Sorry, something went wrong.
No branches or pull requests
Добавить возможность в Leeto\MoonShine\Fields\Field метод afterSave(), наподобие:
public function afterSave(Model $item): Model
{
// .......
return $item;
}
The text was updated successfully, but these errors were encountered: