bztang-admin/app/common/services/AutoUpdate.php

17 lines
315 B
PHP

<?php
namespace app\common\services;
class AutoUpdate
{
/**
* Create new instance
*
* @param string $tempDir
* @param string $installDir
* @param int $maxExecutionTime
*/
public function __construct($tempDir = null, $installDir = null, $maxExecutionTime = 0)
{
}
}