moved custom dir to custom/Espo/Custom

This commit is contained in:
Taras Machyshyn
2014-03-05 17:52:01 +02:00
parent 030f04e09d
commit 46a0798fc2
25 changed files with 305 additions and 260 deletions
+2
View File
@@ -0,0 +1,2 @@
Order Deny,Allow
Deny from all
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace Espo\Custom;
class Test
{
public function hello()
{
return 'hello';
}
}