@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -$dir = __DIR__ . '/../src'; |
|
3 | +$dir = __DIR__.'/../src'; |
|
4 | 4 | |
5 | 5 | $iterator = Symfony\Component\Finder\Finder::create() |
6 | 6 | ->files() |
@@ -10,8 +10,8 @@ discard block |
||
10 | 10 | $options = [ |
11 | 11 | 'theme' => 'default', |
12 | 12 | 'title' => 'Laravel Tactician API Documentation', |
13 | - 'build_dir' => __DIR__ . '/../build/laravelTactician', |
|
14 | - 'cache_dir' => __DIR__ . '/../cache/laravelTactician', |
|
13 | + 'build_dir' => __DIR__.'/../build/laravelTactician', |
|
14 | + 'cache_dir' => __DIR__.'/../cache/laravelTactician', |
|
15 | 15 | ]; |
16 | 16 | |
17 | 17 | $sami = new Sami\Sami($iterator, $options); |