Beispiel #1
0
 /**
  * Adds a stage.
  *
  * @param Stage $stage Stage
  *
  * @return $this
  */
 public function addStage(Stage $stage)
 {
     $this->stages->attach($stage);
     return $this;
 }