From a93f17f58e9c4e7f54df77f6d5fbe3c5ffeceb41 Mon Sep 17 00:00:00 2001 From: JQ Date: Sun, 7 May 2017 18:34:31 +0500 Subject: [PATCH] Optimize Use statement; --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 021f734..c70b4d7 100644 --- a/functions.php +++ b/functions.php @@ -3,9 +3,9 @@ ini_set('display_errors', TRUE); ini_set('display_startup_errors', TRUE); require_once __DIR__ . '/vendor/autoload.php'; +use Timber\Site; -use Timber; -class StarterSite extends Timber\Site { +class StarterSite extends Site { function __construct() { add_theme_support('post-formats');