Пример #1
0
 /**
  * Get the shortened id of the current class such as an eloquent model
  *
  * @return string
  */
 public function shortenedId()
 {
     return BijectiveShortener::makeFromInteger($this->id);
 }