File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Parable PHP Framework
2
2
3
+ ## 2.0.4
4
+
5
+ _ Changes_
6
+ - Fix ` parable ` command and ` InstallCommand `
7
+
3
8
## 2.0.3
4
9
5
10
_ Changes_
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ protected function loadAndPopulateTemplate(
290
290
string $ sourceDir ,
291
291
string $ publicDir
292
292
): ?string {
293
- $ structurePath = dirname ( __DIR__ . DS . '.. ' . DS . '.. ' . DS . 'structure ' ) ;
293
+ $ structurePath = __DIR__ . DS . '.. ' . DS . '.. ' . DS . 'structure ' ;
294
294
295
295
$ contents = @file_get_contents ($ structurePath . DS . $ filename . '_template ' );
296
296
Original file line number Diff line number Diff line change 4
4
use Parable \Di \Container ;
5
5
use Parable \Framework \ConsoleApplication ;
6
6
7
- require_once dirname ( __DIR__ . "/../../../autoload.php " ) ;
7
+ require_once __DIR__ . "/../../../autoload.php " ;
8
8
9
9
$ container = new Container ();
10
10
You can’t perform that action at this time.
0 commit comments