page::slug PHP Method

slug() public static method

public static slug ( $slug )
    public static function slug($slug)
    {
        return static::where('slug', '=', $slug)->fetch();
    }