1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 09:54:03 +00:00

Add support Laravel 10.x & remove unused package (#26)

* feat: support Laravel 10.x & remove unneccessary package

* Update

* Update

* Update
This commit is contained in:
Dinh Quoc Han 2023-02-15 18:06:47 +07:00 committed by GitHub
parent a737879baf
commit 0992083ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 44 additions and 47 deletions

View file

@ -4,7 +4,6 @@ namespace ArchTech\SEO\Tests;
use Orchestra\Testbench\TestCase as TestbenchTestCase;
use ArchTech\SEO\SEOServiceProvider;
use ImLiam\BladeHelper\BladeHelperServiceProvider;
class TestCase extends TestbenchTestCase
{
@ -12,7 +11,6 @@ class TestCase extends TestbenchTestCase
{
return [
SEOServiceProvider::class,
BladeHelperServiceProvider::class,
];
}
}