diff --git a/src/Models/CommandRun.php b/src/Models/CommandRun.php index c4b912c..ecb1c5b 100644 --- a/src/Models/CommandRun.php +++ b/src/Models/CommandRun.php @@ -18,7 +18,7 @@ class CommandRun extends Model { protected $fillable = [ - 'command', 'ran_by', + 'command', 'ran_by','started_at', ]; public function getTable()