We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d491c0 commit 452ce7eCopy full SHA for 452ce7e
create-phar.php
@@ -16,7 +16,7 @@
16
$p->startBuffering();
17
18
// Creating our library using whole directory
19
-$p->buildFromDirectory('src/');
+$p->buildFromDirectory('./');
20
21
// Create default stub
22
$defaultStub = $p->createDefaultStub('monstercat-dl.php');
0 commit comments