Код: Выделить всё
return Post::getAll();
< /code>
И я все еще получаю ошибку < /p>
Non-static method Post::getAll() should not be called statically, assuming $this from incompatible context
< /code>
Функция в модели выглядит следующим образом: < /p>
public function getAll() {
return $posts = $this->all()->take(2)->get()
}
Подробнее здесь: https://stackoverflow.com/questions/183 ... en-invokin
Мобильная версия