Cartalyst\Sentinel\Roles\IlluminateRoleRepository::findByName PHP Method

findByName() public method

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