sminnee / workflowmax-php

PHP SDK for the WorkflowMax API
7 stars 7 forks source link

getRouteKey() not working #6

Closed Jagadhissh closed 5 years ago

Jagadhissh commented 5 years ago

https://sampo.co.uk/blog/masking-ids-in-urls-using-hash-ids-in-laravel regarding above url bellow getRouteKey not working atleast its not responding for any error public function getRouteKey() { return \Hashids::connection(get_called_class())->encode($this->getKey()); } please give me the solution iam strugling eith this from last 4 days

Jagadhissh commented 5 years ago