Skip to content

Commit

Permalink
Docs: Add missing semicolon (#1864)
Browse files Browse the repository at this point in the history
Please describe your Pull Request as best as possible, explaining what
it provides and why it is of value, referencing any related Issues.

Try to include the following in your Pull Request, where applicable...

- Documentation updates
- Automated tests
  • Loading branch information
rhynodesigns authored Jul 16, 2024
1 parent 2b4d127 commit ec5cda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/extending/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ $newStaticMethod = \Lunar\Models\ProductOption::getSizesStatic();
```php
namespace App\Models;

use App\Concerns\SearchableTrait
use App\Concerns\SearchableTrait;

class Product extends \Lunar\Models\Product
{
Expand Down

0 comments on commit ec5cda3

Please sign in to comment.