moved custom dir to custom/Espo/Custom
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Order Deny,Allow
|
||||
Deny from all
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Espo\Custom;
|
||||
|
||||
class Test
|
||||
{
|
||||
public function hello()
|
||||
{
|
||||
return 'hello';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user