Skip to content

Commit

Permalink
OP-513 - installation.md has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Sep 2, 2024
1 parent 431dd8a commit 85ac8d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ FRONTEND
- [Templates](#templates)
---
ADDITIONAL
- [Additional configuration](#additional-configuration)
- [Known Issues](#known-issues)
---

Expand Down
2 changes: 1 addition & 1 deletion doc/installation/attribute-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ use Sylius\Component\Core\Model\Order as BaseOrder;
use BonusPointsAwareTrait;

#[ORM\Column(type: 'integer', nullable: true)]
protected ?int $bonusPoints = null;
protected $bonusPoints = null;
}
```
2 changes: 1 addition & 1 deletion doc/installation/xml-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Extend entities with parameters and methods using attributes and traits:

declare(strict_types=1);

namespace App\Entity\Order;
namespace App\Entity;

use BitBag\SyliusBonusPointsPlugin\Entity\BonusPointsAwareInterface;
use BitBag\SyliusBonusPointsPlugin\Entity\BonusPointsAwareTrait;
Expand Down

0 comments on commit 85ac8d8

Please sign in to comment.