We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44777d2 + 2a2ba4b commit 4d435b8Copy full SHA for 4d435b8
Dockerfile
@@ -8,7 +8,7 @@ COPY --from=composer /usr/bin/composer /usr/bin/composer
8
9
RUN apk add --no-cache \
10
bash==5.2.21-r0 \
11
- git==2.43.0-r0 \
+ git==2.43.4-r0 \
12
icu-dev==74.1-r0
13
14
RUN mkdir -p /usr/src/app \
src/Entity/Species.php
@@ -15,9 +15,6 @@ public function __construct(
15
private array $habitats,
16
private string $feeding,
17
) {
18
- $this->name = $name;
19
- $this->habitats = $habitats;
20
- $this->feeding = $feeding;
21
$this->dinosaurs = new ArrayCollection();
22
}
23
0 commit comments