Don't make a scene if there is no autoload.php (if someone isn't using composer).
This commit is contained in:
parent
6287ba89d0
commit
ec8df93d19
@ -1,2 +1,2 @@
|
||||
<?php
|
||||
require dirname(__FILE__) . '/../vendor/autoload.php';
|
||||
@include_once dirname(__FILE__) . '/../vendor/autoload.php';
|
Loading…
Reference in New Issue
Block a user