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 1dc148f commit 585732cCopy full SHA for 585732c
install.php
@@ -15,7 +15,7 @@ class Installer
15
{
16
public static function install()
17
18
- static::copy('vendor/kenjis/codeigniter-ss-twig/libraries/Twig.php', 'application/libraries/Twig.php');
+ self::copy('vendor/kenjis/codeigniter-ss-twig/libraries/Twig.php', 'application/libraries/Twig.php');
19
}
20
21
private static function copy($src, $dst)
0 commit comments