4
0

update 2023-07-27 14:22:27

This commit is contained in:
Robot 2023-07-27 14:22:27 +02:00
parent 8e3fc4bbfb
commit aea21b5221
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ final class Linker
return ['guid' => $linker, 'name' => $name, 'share' => $this->share()]; return ['guid' => $linker, 'name' => $name, 'share' => $this->share()];
} }
return ['guid' => $linker, 'name' => null, 'share' => $this->share()]; return ['guid' => $linker, 'name' => null, 'share' => null];
} }
return null; return null;

View File

@ -140,7 +140,7 @@
return ['guid' => $linker, 'name' => $name, 'share' => $this->share()]; return ['guid' => $linker, 'name' => $name, 'share' => $this->share()];
} }
return ['guid' => $linker, 'name' => null, 'share' => $this->share()]; return ['guid' => $linker, 'name' => null, 'share' => null];
} }
return null; return null;