// Overrides

This commit is contained in:
rMalie
2012-05-10 15:21:16 +00:00
parent 15cfd99ef5
commit c1c857b586
15 changed files with 7 additions and 35 deletions
-7
View File
@@ -1,7 +0,0 @@
<?php
class Accounting extends AccountingCore
{
}
+7
View File
@@ -0,0 +1,7 @@
<?php
class Range extends RangeCore
{
}
@@ -1,7 +0,0 @@
<?php
class AdminAccountingConfigurationController extends AdminAccountingConfigurationControllerCore
{
}
@@ -1,7 +0,0 @@
<?php
class AdminAccountingExportController extends AdminAccountingExportControllerCore
{
}
@@ -1,7 +0,0 @@
<?php
class AdminAccountingManagementController extends AdminAccountingManagementControllerCore
{
}
@@ -1,7 +0,0 @@
<?php
class AdminAccountingRegisteredNumberController extends AdminAccountingRegisteredNumberControllerCore
{
}