Exemplo n.º 1
0
 public function actionIndex()
 {
     return $this->render('index', ['groups' => FollowGroup::findByIdentity()->all()]);
 }