/**
  * returns all configured plans
  *
  * @return array|Plan[]|Collection
  */
 public function plans()
 {
     return $this->planRepository->all();
 }