File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Parable PHP Framework
22
3+ ## 2.0.4
4+
5+ _ Changes_
6+ - Fix ` parable ` command and ` InstallCommand `
7+
38## 2.0.3
49
510_ Changes_
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ protected function loadAndPopulateTemplate(
290290 string $ sourceDir ,
291291 string $ publicDir
292292 ): ?string {
293- $ structurePath = dirname ( __DIR__ . DS . '.. ' . DS . '.. ' . DS . 'structure ' ) ;
293+ $ structurePath = __DIR__ . DS . '.. ' . DS . '.. ' . DS . 'structure ' ;
294294
295295 $ contents = @file_get_contents ($ structurePath . DS . $ filename . '_template ' );
296296
Original file line number Diff line number Diff line change 44use Parable \Di \Container ;
55use Parable \Framework \ConsoleApplication ;
66
7- require_once dirname ( __DIR__ . "/../../../autoload.php " ) ;
7+ require_once __DIR__ . "/../../../autoload.php " ;
88
99$ container = new Container ();
1010
You can’t perform that action at this time.
0 commit comments