Example #1
0
 /**
  * {@inheritdoc}
  */
 public function create()
 {
     $this->book = $this->factory->create();
     return $this;
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function create()
 {
     $this->user = $this->factory->create();
 }
Example #3
0
 /**
  * {@inheritdoc}
  */
 public function create()
 {
     $this->product = $this->factory->create();
     return $this;
 }