Template
mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2026-09-20 00:34:10 +08:00
remove PluginServiceProvider and configure updates
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace VendorName\Skeleton\Testing;
|
||||
|
||||
use Illuminate\Testing\Assert;
|
||||
use Livewire\Testing\TestableLivewire;
|
||||
|
||||
/**
|
||||
* @mixin TestableLivewire
|
||||
*/
|
||||
class TestsSkeleton
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user