예제 #1
0
파일: Story.php 프로젝트: syungkeaw/m
 public function getScenes()
 {
     return $this->hasMany(Scene::className(), ['story_id' => 'id']);
 }