File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ Modify these files as described in these patches:
441
441
442
442
` api/src/Entity/Review.php `
443
443
444
- ``` patch
444
+ ``` diff
445
445
namespace App\Entity;
446
446
447
447
use ApiPlatform\Core\Annotation\ApiResource;
@@ -644,7 +644,7 @@ Modify the following files as described in these patches:
644
644
645
645
` api/src/Entity/Book.php `
646
646
647
- ``` patch
647
+ ``` diff
648
648
use ApiPlatform\Core\Annotation\ApiResource;
649
649
use Doctrine\Common\Collections\ArrayCollection;
650
650
use Doctrine\ORM\Mapping as ORM;
@@ -673,7 +673,7 @@ Modify the following files as described in these patches:
673
673
674
674
` api/src/Entity/Review.php `
675
675
676
- ``` patch
676
+ ``` diff
677
677
use ApiPlatform\Core\Annotation\ApiResource;
678
678
use Doctrine\ORM\Mapping as ORM;
679
679
+ use Symfony\Component\Validator\Constraints as Assert;
You can’t perform that action at this time.
0 commit comments