PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
barryvdh
/
laravel-ide-helper
/
src
/
Contracts
<?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; }
[+]
..
[-] ModelHookInterface.php
[edit]