Skip to content

Commit

Permalink
Optimize Use statement;
Browse files Browse the repository at this point in the history
  • Loading branch information
JQ authored May 7, 2017
1 parent 7f724da commit a93f17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a93f17f

Please sign in to comment.