The property public_from does not seem to exist on Kurious7\SimplePages\Models\SimplePageNoAutoSlug. Are you sure there is no database migration missing?
Checks if undeclared accessed properties appear in database migrations and if the creating migration is correct.
Loading history...
53
|| ($this->public_until && $this->public_until > new Carbon())
The property public_until does not seem to exist on Kurious7\SimplePages\Models\SimplePageNoAutoSlug. Are you sure there is no database migration missing?
Checks if undeclared accessed properties appear in database migrations and if the creating migration is correct.
Loading history...
54
) {
55
return true;
56
}
57
58
return false;
59
}
60
61
/**
62
* Scopes.
63
*/
64
public function scopeVisibleInMenu($query): Builder
Checks if undeclared accessed properties appear in database migrations and if the creating migration is correct.