Update Instance model

pull/793/head
Daniel Supernault 7 years ago
parent f5a9d588ae
commit f5d809c14b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -60,4 +60,9 @@ class Instance extends Model
'id'
);
}
public function getUrl()
{
return url("/i/admin/instances/show/{$this->id}");
}
}

Loading…
Cancel
Save