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