Interface & Wrapper

This commit is contained in:
2020-07-22 16:58:03 -04:00
parent e3e9264e89
commit 27646c977f
2 changed files with 16 additions and 0 deletions

8
common/Define/View.php Normal file
View File

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