Estoy tratando de cargar mi modelo en mi controlador y probé esto: return Post::getAll(); tengo el error Non-static method Post::getAll() should not be called statically, assuming $this from incompatible context La función en el modelo se ve así: public function getAll() { return $posts =...