Skip to content

Commit

Permalink
Fix Test for Linkable
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgilles committed Aug 6, 2024
1 parent 9d2a0bd commit 554559b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Novius\LaravelNovaNews\Tests;

use Novius\LaravelLinkable\LaravelLinkableServiceProvider;
use Novius\LaravelMeta\LaravelMetaServiceProvider;
use Novius\LaravelNovaNews\LaravelNovaNewsServiceProvider;
use Novius\LaravelPublishable\LaravelPublishableServiceProvider;
Expand All @@ -24,6 +25,7 @@ protected function getPackageProviders($app): array
LaravelTranslatableServiceProvider::class,
LaravelPublishableServiceProvider::class,
LaravelMetaServiceProvider::class,
LaravelLinkableServiceProvider::class,
];
}
}

0 comments on commit 554559b

Please sign in to comment.