示例#1
0
文件: Cron.php 项目: renanpantoja/r
 public function __construct(Config $config)
 {
     $this->conn = $config->conn();
 }