confide laravel Declaration of Zizaco\Confide\ConfideUser::save() should be compatible with Arde -
i've modified upon excellent laravel 4 bootstrap , getting error when go route user/login:
declaration of zizaco\confide\confideuser::save() should compatible laravelbook\ardent\ardent::save(array $rules = array, array $custommessages = array, array $options = array, closure $beforesave = null, closure $aftersave = null, $force = false)
i had added hybridauth composer , updated wonder if had caused incompatibility issues confide or ardent when remove , update (as reverting previous commits) still error.
any ideas?
thanks lot
jon.
ardent has added additional $force
parameter save()
method.
the solution, now, require specific commit in composer file:
"laravelbook/ardent": "dev-master#2d1d70ea835b8c53cfe4fc60315a8ee5c672ba19"
you can follow discussion in issue #113 on github.
Comments
Post a Comment