Skip to content
Snippets Groups Projects
Commit ab4869c5 authored by Tibo's avatar Tibo
Browse files

Fix style

parent 68688f22
No related branches found
No related tags found
No related merge requests found
Pipeline #1696 passed
......@@ -18,7 +18,8 @@ class Organization extends Model
return $this->hasMany("App\Server");
}
public function url() : string {
public function url() : string
{
return action('OrganizationController@show', ["organization" => $this]);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment