Skip to content

Commit fb3d541

Browse files
committed
WIP: Debug
1 parent 3a2eaa9 commit fb3d541

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

devstack

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,23 @@
33

44
$root = dirname(__DIR__);
55

6-
if (! is_file(sprintf('%s/vendor/autoload.php', $root))) {
7-
$root = dirname(__DIR__, 4);
8-
}
6+
echo $root . "\n";
7+
echo __DIR__ . "\n";
8+
echo dirname(__FILE__) . "\n";
99

10-
require sprintf('%s/vendor/autoload.php', $root);
10+
// if (! is_file(sprintf('%s/vendor/autoload.php', $root))) {
11+
// $root = dirname(__DIR__, 4);
12+
// }
1113

12-
use Symfony\Component\Console\Application;
13-
use Webteractive\Devstack\InitStack;
14+
// require sprintf('%s/vendor/autoload.php', $root);
1415

15-
$application = new Application();
1616

17-
$application->add(new InitStack);
1817

19-
$application->run();
18+
// use Symfony\Component\Console\Application;
19+
// use Webteractive\Devstack\InitStack;
20+
21+
// $application = new Application();
22+
23+
// $application->add(new InitStack);
24+
25+
// $application->run();

0 commit comments

Comments
 (0)