first commit
This commit is contained in:
7
class/deliveries/class.VirtualDelivery.php
Normal file
7
class/deliveries/class.VirtualDelivery.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
class VirtualDelivery extends Delivery
|
||||
{
|
||||
public static $type = Delivery::TYPE_VIRTUAL;
|
||||
public static $className = 'V elektronické podobě';
|
||||
}
|
||||
Reference in New Issue
Block a user