diff --git a/src/Facades/Parse.php b/src/Facades/Parse.php index 04ae8bb4f3..fc70fa6f3f 100644 --- a/src/Facades/Parse.php +++ b/src/Facades/Parse.php @@ -3,9 +3,10 @@ namespace Statamic\Facades; use Illuminate\Support\Facades\Facade; +use Statamic\View\Antlers\AntlersString; /** - * @method static string template($str, $variables = [], $context = [], $php = false) + * @method static AntlersString template($str, $variables = [], $context = [], $php = false) * @method static string templateLoop($content, $data, $supplement = true, $context = [], $php = false) * @method static array YAML($str) * @method static mixed env($val)