public function getCallData()
 {
     return parent::getCallData();
 }
Example #2
0
 /**
  * Returns the post factory
  *
  * @return Post
  */
 public function jobpost()
 {
     return JobPost::i($this);
 }