Skip to content

Commit

Permalink
Merge pull request #53 from BitBagCommerce/OP-513
Browse files Browse the repository at this point in the history
OP-513 - installation.md - new standard
  • Loading branch information
senghe authored Sep 9, 2024
2 parents 431dd8a + 85ac8d8 commit 76d267c
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 76d267c

Please sign in to comment.