1
0
Fork 0
mirror of https://github.com/archtechx/livewire-access.git synced 2025-12-12 12:24:03 +00:00
This commit is contained in:
Samuel Štancl 2021-03-17 17:28:17 +01:00
parent a29235253b
commit e50e22434f
12 changed files with 159 additions and 138 deletions

View file

@ -1,16 +0,0 @@
<?php
namespace Stancl\Package\Tests;
use Orchestra\Testbench\TestCase as TestbenchTestCase;
use Stancl\Package\PackageServiceProvider;
class TestCase extends TestbenchTestCase
{
protected function getPackageProviders($app)
{
return [
PackageServiceProvider::class,
];
}
}