Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Compatible with Sentry

Latest
Compare
Choose a tag to compare
@vinicius73 vinicius73 released this 24 Oct 21:12
· 3 commits to master since this release

Use:

use Cartalyst\Sentry\Users\Eloquent\User as SentryModel;
use Vinicius73\ModelShield\Traits\ShieldSentry;

class User extends SentryModel
{
   use ShieldSentry;
}