davzie / laravel-bootstrap

[DEPRECATED] A Laravel 4, Bootstrap 3 CMS Built With SOLID Principles In Mind
Other
558 stars 165 forks source link

Eloquent\Model::hydrate() clash #27

Closed adriandugan closed 10 years ago

adriandugan commented 10 years ago

The following exception is thrown:

Cannot make static method Illuminate\Database\Eloquent\Model::hydrate() non static in class Davzie\LaravelBootstrap\Core\EloquentBaseModel

It happens with versions of Laravel after 4.1.25.

davzie commented 10 years ago

This should be fixed in the latest commits mate. Maybe composer is pulling in an older tag.

Dave On 30 Apr 2014 08:17, "Adrian Dugan" notifications@github.com wrote:

The following exception is thrown:

Cannot make static method Illuminate\Database\Eloquent\Model::hydrate() non static in class Davzie\LaravelBootstrap\Core\EloquentBaseModel

It happens with versions of Laravel after 4.1.25.

— Reply to this email directly or view it on GitHubhttps://github.com/davzie/laravel-bootstrap/issues/27 .