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

View File

@ -0,0 +1,8 @@
<?php
namespace ProVM\Common\Definition;
use Slim\Views\Blade;
use ProVM\Common\Alias\View as ViewInterface;
class View extends Blade implements ViewInterface {
}