Skip to content

Commit 444a7c8

Browse files
committed
updated
the formatting
1 parent feb876d commit 444a7c8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/Plugin.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public static function getHooks()
4141
*/
4242
public static function getRequirements(GenericEvent $event)
4343
{
44-
/**
45-
* @var \MyAdmin\Plugins\Loader $this->loader
46-
*/
47-
$loader = $event->getSubject();
44+
/**
45+
* @var \MyAdmin\Plugins\Loader $this->loader
46+
*/
47+
$loader = $event->getSubject();
4848
$loader->add_page_requirement('vps_add_cpanel', '/../vendor/detain/myadmin-cpanel-vps-addon/src/vps_add_cpanel.php');
4949
}
5050

@@ -125,12 +125,12 @@ function_requirements('deactivate_cpanel');
125125
/**
126126
* @param \Symfony\Component\EventDispatcher\GenericEvent $event
127127
*/
128-
public static function getSettings(GenericEvent $event)
129-
{
130-
/**
131-
* @var \MyAdmin\Settings $settings
132-
**/
133-
$settings = $event->getSubject();
128+
public static function getSettings(GenericEvent $event)
129+
{
130+
/**
131+
* @var \MyAdmin\Settings $settings
132+
**/
133+
$settings = $event->getSubject();
134134
$settings->add_text_setting(self::$module, _('Addon Costs'), 'vps_cpanel_cost', _('VPS CPanel License'), _('This is the cost for purchasing a cpanel license on top of a VPS.'), $settings->get_setting('VPS_CPANEL_COST'));
135135
}
136136
}

0 commit comments

Comments
 (0)