add custom dir to Gruntfile

This commit is contained in:
Taras Machyshyn
2014-03-05 18:22:39 +02:00
parent 46a0798fc2
commit 80a207724d
2 changed files with 1 additions and 11 deletions
-11
View File
@@ -1,11 +0,0 @@
<?php
namespace Espo\Custom;
class Test
{
public function hello()
{
return 'hello';
}
}