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

findBySlug() public method

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