diff --git a/database/factories/AccountFactory.php b/database/factories/AccountFactory.php index 65f01fb00d..cad374a9b4 100644 --- a/database/factories/AccountFactory.php +++ b/database/factories/AccountFactory.php @@ -1,4 +1,5 @@ $start ? $start->formatLocalized((string) trans('config.month_and_day')) : '', - 'end' => $end ? $end->formatLocalized((string) trans('config.month_and_day')) : '',] + ['start' =>$start->formatLocalized((string) trans('config.month_and_day')), + 'end' => $end->formatLocalized((string) trans('config.month_and_day')),] ); $breadcrumbs->push($title, route('accounts.show', $account)); }