CodeSleeve / laravel-stapler

Stapler-based file upload package for the Laravel framework.
MIT License
556 stars 109 forks source link

Trait method getAttribute has not been applied #108

Closed dmitrijsmihailovs closed 8 years ago

dmitrijsmihailovs commented 8 years ago

Hello, I am getting this error - Trait method getAttribute has not been applied, because there are collisions with other trait methods

Looks like its colliding with this package's trait - https://github.com/dimsav/laravel-translatable

tabennett commented 8 years ago

This is a known issue and there's not really anything I can do about this (with the package) to resolve it. Other packages are going to use traits that attempt to override that same method. You need to resolve the conflict yourself based upon the needs of your specific application. Look Under Conflict Resolution