page::home PHP Method

home() public static method

public static home ( )
    public static function home()
    {
        return static::find(Config::meta('home_page'));
    }