| Current Path : /home/bullgymbny/app2/vendor/barryvdh/laravel-ide-helper/src/Contracts/ |
| Current File : /home/bullgymbny/app2/vendor/barryvdh/laravel-ide-helper/src/Contracts/ModelHookInterface.php |
<?php
namespace Barryvdh\LaravelIdeHelper\Contracts;
use Barryvdh\LaravelIdeHelper\Console\ModelsCommand;
use Illuminate\Database\Eloquent\Model;
interface ModelHookInterface
{
public function run(ModelsCommand $command, Model $model): void;
}