You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -99,7 +99,7 @@ public function scheduled_at_diff()
99
99
*/
100
100
publicfunctionscheduled_at_formatted()
101
101
{
102
-
returnucfirst(app(DateFactory::class)->make($this->wrappedObject->created_at)->format(Config::get('setting.incident_date_format', 'l jS F Y H:i:s')));
102
+
returnucfirst(app(DateFactory::class)->make($this->wrappedObject->scheduled_at)->format(Config::get('setting.incident_date_format', 'l jS F Y H:i:s')));
103
103
}
104
104
105
105
/**
@@ -109,7 +109,7 @@ public function scheduled_at_formatted()
0 commit comments