Skip to content

Instantly share code, notes, and snippets.

@VictorFursa
Created February 4, 2017 19:29
Show Gist options
  • Save VictorFursa/a19ce90057401026906d51017a9746cf to your computer and use it in GitHub Desktop.
Save VictorFursa/a19ce90057401026906d51017a9746cf to your computer and use it in GitHub Desktop.
Yii::$container->set(\common\service\SerializerInterface::class, \common\service\JsonSerializer::class);
Yii::$container->set('requestCrawler', [
'class' => \common\service\RequestCrawlerService::class,
'pathToSave' => dirname(__DIR__) . '/file',
'on infoAfterSave' => [\common\service\Test::className(), 'info']
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment