Skip to content

Commit d839d55

Browse files
authored
fix: filename Employee.php to Company.php (#1721)
1 parent 93ff3fc commit d839d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/subresources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Now let's add the Company class:
249249

250250
```php
251251
<?php
252-
// api/src/Entity/Employee.php
252+
// api/src/Entity/Company.php
253253
namespace App\Entity;
254254

255255
use ApiPlatform\Metadata\ApiResource;

0 commit comments

Comments
 (0)