mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-05 18:07:08 +02:00
Docblocks / coding style improvement
This commit is contained in:
@@ -167,7 +167,8 @@ class Gpm
|
||||
return $tmp . DS . $package['name'];
|
||||
}
|
||||
|
||||
public static function selfupgrade() {
|
||||
public static function selfupgrade()
|
||||
{
|
||||
$upgrader = new Upgrader();
|
||||
|
||||
if (!Installer::isGravInstance(GRAV_ROOT)) {
|
||||
|
||||
Reference in New Issue
Block a user