1
0
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:
Toby Zerner
2015-07-01 16:47:07 +09:30
parent 009b479197
commit 52e55bd503
4 changed files with 24 additions and 13 deletions

View File

@@ -90,7 +90,7 @@ class Model implements ExtenderInterface
}
foreach ($this->dates as $attribute) {
$model::addDate($attribute);
$model::addDateAttribute($attribute);
}
}
}