Common files

This commit is contained in:
2020-12-15 17:45:27 -03:00
parent 736eb72254
commit 6c945e915f
5 changed files with 104 additions and 0 deletions

5
common/Alias/View.php Normal file
View File

@ -0,0 +1,5 @@
<?php
namespace ProVM\Common\Alias;
interface View {
}