Exemplo n.º 1
0
 private function attempt()
 {
     if (null === $this->attempt) {
         return $this->attempt = Attempt::call($this->callable, $this->arguments);
     }
     return $this->attempt;
 }