Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
fix(Form): Miss use flag since namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhilip committed Jul 16, 2019
1 parent fd7b241 commit 77da0fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/models/form/UserInviteForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
use Rid\Helpers\StringHelper;
use Rid\Http\View;

use apps\models\form\Auth\UserRegisterForm;

class UserInviteForm extends UserRegisterForm
{

Expand Down

0 comments on commit 77da0fd

Please sign in to comment.