File manager - Edit - /home/autoph/public_html/projects/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds/WithoutModelEvents.php
Back
<?php namespace Illuminate\Database\Console\Seeds; use Illuminate\Database\Eloquent\Model; trait WithoutModelEvents { /** * Prevent model events from being dispatched by the given callback. * * @param callable $callback * @return callable */ public function withoutModelEvents(callable $callback) { return fn () => Model::withoutEvents($callback); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings