first commit
This commit is contained in:
11
class/deliveries/class.Balikobot.php
Normal file
11
class/deliveries/class.Balikobot.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class Balikobot extends Delivery
|
||||
{
|
||||
public static $className = 'Ostatní Balíkobot dopravci';
|
||||
|
||||
public static function isEnabled()
|
||||
{
|
||||
return findModule(\Modules::BALIKONOS);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user