mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 05:32:49 +08:00
made compatible with illuminate 8 and beta 16 (#121)
This commit is contained in:
parent
6dc433470f
commit
162167fe23
|
@ -62,7 +62,7 @@ class TagState extends AbstractModel
|
|||
* @param Builder $query
|
||||
* @return Builder
|
||||
*/
|
||||
protected function setKeysForSaveQuery(Builder $query)
|
||||
protected function setKeysForSaveQuery($query)
|
||||
{
|
||||
$query->where('tag_id', $this->tag_id)
|
||||
->where('user_id', $this->user_id);
|
||||
|
|
Loading…
Reference in New Issue
Block a user