Skip to content

Commit 67ef7aa

Browse files
Fixed: auth command issue
1 parent 3447e7a commit 67ef7aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Entities/Registration.php

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php namespace WebReinvent\VaahCms\Entities;
2+
3+
use WebReinvent\VaahCms\Models\RegistrationBase;
4+
5+
class Registration extends RegistrationBase
6+
{
7+
8+
}

0 commit comments

Comments
 (0)