Illuminate\Database\Eloquent\Model::getRouteKeyName PHP Method

getRouteKeyName() public method

Get the route key for the model.
public getRouteKeyName ( ) : string
return string
    public function getRouteKeyName()
    {
        return $this->getKeyName();
    }
Model