'datetime', ]; public function retry() { try { Artisan::call('queue:retry', ['id' => $this->uuid]); } catch (Exception $e) { return $e->getMessage(); } // $this->delete(); } }