wip
This commit is contained in:
parent
448fa200a4
commit
ad04bdc99c
@ -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 New Issue
Block a user