@@ -23,7 +23,8 @@ |
||
23 | 23 | * |
24 | 24 | * @return void |
25 | 25 | */ |
26 | -function bootstrap() { |
|
26 | +function bootstrap() |
|
27 | +{ |
|
27 | 28 | if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) { |
28 | 29 | // Composer-generated autoload file. |
29 | 30 | include_once __DIR__ . '/vendor/autoload.php'; |