Closed noxify closed 10 years ago
To solve this problem, you have to update the file:
vendor/pingpong/src/PingPong/Presenters/Model.php
with the following
<?php namespace Pingpong\Presenters;
//OLD
// use Illuminate\Database\Eloquent\Model;
// class Model extends Model implements PresentableInterface {
//NEW
use Illuminate\Database\Eloquent\Model as EloquentModel;
class Model extends EloquentModel implements PresentableInterface {
use PresentableTrait;
}
Hi,
after running
with the following response:
I got the error message:
This message prompts even when I try to open the pages/articles in the admin panel.
Log file: