wip
This commit is contained in:
parent
448fa200a4
commit
ad04bdc99c
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ public function muxFilename()
|
|||
static public function ownedByCurrentTeam(array $select = ['*'])
|
||||
{
|
||||
$selectArray = collect($select)->concat(['id']);
|
||||
ray(Server::whereTeamId(session('currentTeam')->id)->with('settings')->select($selectArray->all())->get());
|
||||
return Server::whereTeamId(session('currentTeam')->id)->with('settings')->select($selectArray->all());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue