on which line do you get that error
question, why do you want to extend Sentry?
This is the error i get: http://laravel.io/bin/nkW And the highlighted line is 763
I need more user types and no, user roles don't help me :(
zenry said:
on which line do you get that error
question, why do you want to extend Sentry?
The error was because of the boot function.
Removed and now everything it's ok.
/**
* Boot the service provider.
*
* @return void
*/
public function boot()
{
$this->package('cartalyst/sentry', 'cartalyst/sentry');
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community