Skip to content

Commit

Permalink
Merge pull request #12 from JeyKeu/revert-10-master
Browse files Browse the repository at this point in the history
Revert "Initialize Timber correctly"
  • Loading branch information
JQ authored May 7, 2017
2 parents ad738c3 + 3f11845 commit 7f724da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ini_set('display_startup_errors', TRUE);
require_once __DIR__ . '/vendor/autoload.php';

$timber = new \Timber\Timber();
use Timber;
class StarterSite extends Timber\Site {

function __construct() {
Expand Down

0 comments on commit 7f724da

Please sign in to comment.