FIX: Not through enough

This commit is contained in:
2021-03-09 00:19:32 -03:00
parent 3aed13e6a0
commit c441d41a02
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace ProVM\Common\Form;
use ProVM\Common\Define\Model as BaseModel;
use ProVM\Common\Alias\Model as BaseModel;
abstract class Model extends BaseModel {}