1
0
Fork 0

Update Instance model

This commit is contained in:
Daniel Supernault 2019-01-20 20:53:35 -07:00
parent f5a9d588ae
commit f5d809c14b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 5 additions and 0 deletions

View File

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