Esempio n. 1
0
 public function getCreatedBy()
 {
     return $this->hasOne(Admin::className(), ['admin_id' => 'created_by']);
 }