mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 11:48:49 +02:00
Fixed error preventing the service container from compiling
This commit is contained in:
parent
55641a234c
commit
c24019fd57
5 changed files with 10 additions and 9 deletions
|
@ -54,7 +54,7 @@ class LabelResponse extends Response
|
|||
parent::__construct($content, $status, $headers);
|
||||
}
|
||||
|
||||
public function setContent($content): self
|
||||
public function setContent($content): static
|
||||
{
|
||||
parent::setContent($content);
|
||||
|
||||
|
@ -64,7 +64,7 @@ class LabelResponse extends Response
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function prepare(Request $request): self
|
||||
public function prepare(Request $request): static
|
||||
{
|
||||
parent::prepare($request);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue