Need some help in my model! http://prntscr.com/fb9aha <?php namespace PenascoToday; use Illuminate\Database\Eloquent\Model; use Conner\Likeable\LikeableTrait; use Cviebrock\EloquentSluggable\SluggableInterface; use Cviebrock\EloquentSluggable\SluggableTrait; use Ghanem\Rating\Traits\Ratingable as Rating; class Lugar extends Model implements SluggableInterface, Rating { use Rating; use LikeableTrait; use SluggableTrait;