Skip to content

Commit 0ddc79c

Browse files
committed
Use Entity Class from Package Root
1 parent 227123e commit 0ddc79c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Stubs/Entity/Class.stub

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace EntityNameSpace;
44

5+
use Nanvaie\DatabaseRepository\Models\Entity\Entity;
6+
57
class EntityName extends Entity
68
{
79
}

0 commit comments

Comments
 (0)