Commit 3ff687eb authored by Shakarim Sapa's avatar Shakarim Sapa

'test'

parent c0953727
<?php
use \common\modules\triggers\components\conditions\Conditions;
$q = Conditions::init()->getConditionById(2);
var_dump($q->params);
\ No newline at end of file
......@@ -28,7 +28,7 @@ return [
],
'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=mfo',
'dsn' => 'mysql:host=localhost;dbname=taskon',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
......
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