コード例 #1
0
ファイル: Laravel4.php プロジェクト: lenninsanchez/donadores
 public function __construct($config = null)
 {
     $this->config = array_merge(array('cleanup' => true, 'start' => 'bootstrap' . DIRECTORY_SEPARATOR . 'start.php'), (array) $config);
     parent::__construct();
 }