Skip to content

Commit

Permalink
autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
patpohler committed Jun 30, 2014
1 parent 7810577 commit 42eb57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require __DIR__.'/src/Anecka/retsrabbit/SplClassLoader.php';

$loader = new SplClassLoader('Anecka', array('../vendor', '../src'));
$loader = new SplClassLoader('RetsRabbitClient', '../src/Anecka/retsrabbit');
$loader->register();

0 comments on commit 42eb57e

Please sign in to comment.