Commit 8e5de116 authored by Shakarim Sapa's avatar Shakarim Sapa

- Изменены параметры и указание путей к файлам

parent 976b282f
......@@ -35,6 +35,7 @@ class Conditions {
* @throws \yii\web\ServerErrorHttpException
*/
public static function createConditions(){
echo \Yii::getAlias('@mainRoot').DIRECTORY_SEPARATOR.str_replace('.', DIRECTORY_SEPARATOR, self::$config['check-email-to-opening']['class']).'.php'; die;
$uniqueId=array();
// Перебираем все условия что указаны в конфиге
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