app/autoload.php
changeset 32 f166042d4421
parent 24 57ff6d39f88c
child 39 03b14b0fe101
equal deleted inserted replaced
30:1abde4d10402 32:f166042d4421
    34 $loader->registerNamespaceFallbacks(array(
    34 $loader->registerNamespaceFallbacks(array(
    35     __DIR__.'/../src',
    35     __DIR__.'/../src',
    36     __DIR__.'/cache/dev/wikitag',
    36     __DIR__.'/cache/dev/wikitag',
    37     __DIR__.'/cache/prod/wikitag',
    37     __DIR__.'/cache/prod/wikitag',
    38     __DIR__.'/cache/test/wikitag',
    38     __DIR__.'/cache/test/wikitag',
       
    39     __DIR__.'/cache/task/wikitag',
    39 ));
    40 ));
    40 $loader->register();
    41 $loader->register();
    41 
    42 
    42 AnnotationRegistry::registerLoader(function($class) use ($loader) {
    43 AnnotationRegistry::registerLoader(function($class) use ($loader) {
    43     $loader->loadClass($class);
    44     $loader->loadClass($class);