__construct() public method

public __construct ( array $config )
$config array
コード例 #1
0
 public function __construct(array $config)
 {
     parent::__construct($config);
     if ($this->config['enabled_remote'] && !$this->config['remote_disk']) {
         throw new Exception("remote_disk not configured for Laravel Log Keeper");
     }
 }