psr convention
Renamed lib to src
This commit is contained in:
parent
6289b2868e
commit
ad9b8c1644
@ -4,7 +4,7 @@
|
|||||||
$app = new SplClassLoader('Ratchet', __DIR__);
|
$app = new SplClassLoader('Ratchet', __DIR__);
|
||||||
$app->register();
|
$app->register();
|
||||||
|
|
||||||
$app = new SplClassLoader('Ratchet', dirname(__DIR__) . DIRECTORY_SEPARATOR . 'lib');
|
$app = new SplClassLoader('Ratchet', dirname(__DIR__) . DIRECTORY_SEPARATOR . 'src');
|
||||||
$app->register();
|
$app->register();
|
||||||
|
|
||||||
$app = new SplClassLoader('Guzzle', dirname(__DIR__) . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'guzzle' . DIRECTORY_SEPARATOR . 'src');
|
$app = new SplClassLoader('Guzzle', dirname(__DIR__) . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'guzzle' . DIRECTORY_SEPARATOR . 'src');
|
||||||
|
Loading…
Reference in New Issue
Block a user