Skip to content

Commit

Permalink
Simplified autoloading for the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
basdenooijer committed Aug 14, 2012
1 parent 2bff482 commit e9b8c7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions examples/autoload.php

This file was deleted.

2 changes: 1 addition & 1 deletion examples/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
error_reporting(E_ALL);
ini_set('display_errors', true);

require(__DIR__.'/autoload.php');
require __DIR__.'/../vendor/autoload.php';

if (file_exists('config.php')) {
require('config.php');
Expand Down

0 comments on commit e9b8c7f

Please sign in to comment.