made compatible with illuminate 8 and beta 16 (#121)

This commit is contained in:
Daniël Klabbers 2021-03-05 15:44:20 +01:00 committed by GitHub
parent 6dc433470f
commit 162167fe23

View File

@ -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);