Don't make a scene if there is no autoload.php (if someone isn't using composer).

This commit is contained in:
Stefan Vetsch 2015-03-14 17:17:28 +01:00
parent 6287ba89d0
commit ec8df93d19
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
<?php
require dirname(__FILE__) . '/../vendor/autoload.php';
@include_once dirname(__FILE__) . '/../vendor/autoload.php';