Skip to content

Commit 9a29f5d

Browse files
committed
Fix static and private combination
1 parent 6e46e1e commit 9a29f5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Installer
2323
*/
2424
public static function postInstall(Event $event = null)
2525
{
26-
static::recursiveCopy('vendor/codeigniter/framework/application', 'application');
26+
self::recursiveCopy('vendor/codeigniter/framework/application', 'application');
2727

2828
mkdir(static::DOCROOT, 0755);
2929
copy('vendor/codeigniter/framework/index.php', static::DOCROOT . '/index.php');

0 commit comments

Comments
 (0)