I've modified upon the excellent Laravel 4 bootstrap and suddenly I am getting the error when I go to the route user/login:
Declaration of Zizaco\Confide\ConfideUser::save() should be compatible with
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 to composer and updated so I wonder if that had caused incompatibility issues with Confide or Ardent but when I remove it and update (as well as reverting to previous commits) I still get the error.
Any ideas?
Thanks a lot
Jon.