Cartalyst\Sentinel\Roles\IlluminateRoleRepository::findBySlug PHP Méthode

findBySlug() public méthode

{@inheritDoc}
public findBySlug ( $slug )
    public function findBySlug($slug)
    {
        return $this->createModel()->newQuery()->where('slug', $slug)->first();
    }