From cb00c12d16625368f077240e8bd01d70217f7dbd Mon Sep 17 00:00:00 2001 From: Atanas Angelov Date: Thu, 23 Apr 2020 20:47:17 +0300 Subject: [PATCH] Update App to \App for consistency --- src/Theme/Theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Theme/Theme.php b/src/Theme/Theme.php index 254f5af..e7932dc 100644 --- a/src/Theme/Theme.php +++ b/src/Theme/Theme.php @@ -77,7 +77,7 @@ public function sidebar() { } /** - * Render a template partial using App::render(). + * Render a template partial using \App::render(). * Interface matches get_template_part() with the addition of $context. * * @param string $partial