Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
11
vendor/barryvdh/laravel-ide-helper/src/Contracts/ModelHookInterface.php
vendored
Normal file
11
vendor/barryvdh/laravel-ide-helper/src/Contracts/ModelHookInterface.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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;
|
||||
}
|
||||
Reference in New Issue
Block a user