Exemple #1
0
 public function getColors()
 {
     return $this->hasMany(Colors::className(), ['colour_scheme_id' => 'id']);
 }