*/ protected $fillable = [ 'command', 'last_run', ]; /** * The attributes that should be cast to native types. * * @var array */ protected $casts = [ 'last_run' => 'datetime', ]; }