mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 23:33:45 +02:00
Replace with corrected static calls
This commit is contained in:
@@ -26,8 +26,8 @@ class LocationTransformer extends Transformer
|
||||
'id' => $model->id,
|
||||
'short' => $model->short,
|
||||
'long' => $model->long,
|
||||
$model->getUpdatedAtColumn() => $this->formatTimestamp($model->updated_at),
|
||||
$model->getCreatedAtColumn() => $this->formatTimestamp($model->created_at),
|
||||
$model->getUpdatedAtColumn() => self::formatTimestamp($model->updated_at),
|
||||
$model->getCreatedAtColumn() => self::formatTimestamp($model->created_at),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user