Exemplo n.º 1
0
 public function run()
 {
     \Illuminate\Support\Facades\DB::table('attachment')->delete();
     Model::unguard();
     \App\Models\Attachment::create(['name' => 'test', 'path' => 'tesst']);
 }