We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e46e1e commit 9a29f5dCopy full SHA for 9a29f5d
1 file changed
src/Installer.php
@@ -23,7 +23,7 @@ class Installer
23
*/
24
public static function postInstall(Event $event = null)
25
{
26
- static::recursiveCopy('vendor/codeigniter/framework/application', 'application');
+ self::recursiveCopy('vendor/codeigniter/framework/application', 'application');
27
28
mkdir(static::DOCROOT, 0755);
29
copy('vendor/codeigniter/framework/index.php', static::DOCROOT . '/index.php');
0 commit comments