mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
Cleanup, fix static date property error
This commit is contained in:
@@ -90,7 +90,7 @@ class Model implements ExtenderInterface
|
||||
}
|
||||
|
||||
foreach ($this->dates as $attribute) {
|
||||
$model::addDate($attribute);
|
||||
$model::addDateAttribute($attribute);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user