Skip to content

Commit 0a7c588

Browse files
committed
updated
the formatting
1 parent deabd50 commit 0a7c588

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_ips', '/../vendor/detain/myadmin-ips-vps-addon/src/vps_ips.php');
4949
}
5050

@@ -138,12 +138,12 @@ public static function doDisable(\ServiceHandler $serviceOrder, $repeatInvoiceId
138138
/**
139139
* @param \Symfony\Component\EventDispatcher\GenericEvent $event
140140
*/
141-
public static function getSettings(GenericEvent $event)
142-
{
143-
/**
144-
* @var \MyAdmin\Settings $settings
145-
**/
146-
$settings = $event->getSubject();
141+
public static function getSettings(GenericEvent $event)
142+
{
143+
/**
144+
* @var \MyAdmin\Settings $settings
145+
**/
146+
$settings = $event->getSubject();
147147
$settings->add_text_setting(self::$module, _('Addon Costs'), 'vps_ip_cost', _('VPS Additional IP Cost'), _('This is the cost for purchasing an additional IP on top of a VPS.'), $settings->get_setting('VPS_IP_COST'));
148148
$settings->add_text_setting(self::$module, _('Slice Amounts'), 'vps_max_ips', _('Max Addon IP Addresses'), _('Maximum amount of additional IPs you can add to your VPS'), $settings->get_setting('VPS_MAX_IPS'));
149149
}

0 commit comments

Comments
 (0)