Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgilles committed Feb 19, 2024
1 parent 779489c commit 9a39874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/NewsPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class NewsPost extends ModelWithUrl
{
use HasFactory;
use HasSlug;
use SoftDeletes;
use Publishable;
use SoftDeletes;
use Translatable;

protected $table = 'nova_news_posts';
Expand Down

0 comments on commit 9a39874

Please sign in to comment.