Skip to content

Commit 46831ab

Browse files
committed
updated
the formatting
1 parent 7974254 commit 46831ab

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

@@ -113,12 +113,12 @@ function_requirements('deactivate_directadmin');
113113
/**
114114
* @param \Symfony\Component\EventDispatcher\GenericEvent $event
115115
*/
116-
public static function getSettings(GenericEvent $event)
117-
{
118-
/**
119-
* @var \MyAdmin\Settings $settings
120-
**/
121-
$settings = $event->getSubject();
116+
public static function getSettings(GenericEvent $event)
117+
{
118+
/**
119+
* @var \MyAdmin\Settings $settings
120+
**/
121+
$settings = $event->getSubject();
122122
$settings->add_text_setting(self::$module, _('Addon Costs'), 'vps_da_cost', _('VPS DirectAdmin License'), _('This is the cost for purchasing a direct admin license on top of a VPS.'), $settings->get_setting('VPS_DA_COST'));
123123
}
124124
}

0 commit comments

Comments
 (0)