Commit 4919b1c6 authored by Shakarim Sapa's avatar Shakarim Sapa

FIX

parent a8085647
...@@ -34,7 +34,7 @@ class Conditions { ...@@ -34,7 +34,7 @@ class Conditions {
* @throws \yii\web\ServerErrorHttpException * @throws \yii\web\ServerErrorHttpException
*/ */
public static function createConditions(){ public static function createConditions(){
var_dump(str_replace('|\|', DIRECTORY_SEPARATOR, self::$config['check-email-to-opening']['class'])); var_dump(str_replace('|\|', DIRECTORY_SEPARATOR, self::$config['check-email-to-opening']['class'])); die;
$uniqueId=array(); $uniqueId=array();
// Перебираем все условия что указаны в конфиге // Перебираем все условия что указаны в конфиге
foreach(self::$config as $condition) { foreach(self::$config as $condition) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment