Skip to content

Commit

Permalink
Merge pull request #4 from swisnl/patch-2
Browse files Browse the repository at this point in the history
Disable timestamps
  • Loading branch information
dansoppelsa authored Jun 28, 2020
2 parents 93438ca + 59547f3 commit 05e1175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/Scrub.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ private function makeModel($table, $attributes)
return tap(new class extends Model
{
public $exists = true;
public $timestamps = false;
protected $guarded = [];
}, function ($model) use ($table, $attributes) {
$model->setTable($table);
Expand Down

0 comments on commit 05e1175

Please sign in to comment.