Files
fastmovieai/fastmovie-admin/plugin/marketing/api/Install.php
T

16 lines
235 B
PHP

<?php
namespace plugin\marketing\api;
use app\expose\api\Install as ApiInstall;
class Install
{
use ApiInstall;
public function __construct()
{
$this->path = __DIR__;
$this->plugin = 'marketing';
}
}