Skip to content

Commit

Permalink
Fix small typo (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoppeDC committed Apr 7, 2024
1 parent 3f0ed91 commit 9e30179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ brille24_tierprice_bundle:
```php
class ProductVariant
{
use \Brille24\SyliusTierPricePlugin\Traits\TierpricableTrait;
use \Brille24\SyliusTierPricePlugin\Traits\TierPriceableTrait;

public function __construct() {
// Your contructor here
Expand Down

0 comments on commit 9e30179

Please sign in to comment.