You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* @var string specifies the website name
* This one is used by Twitter. It is set to Yii::app->name by default
* @see yii\base\Application::$name
*/
public $site;
does adding 'site' => '@blabla', in my main.php not set this? it doesn't work for me. It uses Yii::app->name instead
The text was updated successfully, but these errors were encountered:
does adding
'site' => '@blabla',
in mymain.php
not set this? it doesn't work for me. It usesYii::app->name
insteadThe text was updated successfully, but these errors were encountered: