remove PluginServiceProvider and configure updates

This commit is contained in:
Adam Weston
2022-12-09 11:41:26 -05:00
parent 81ee508b06
commit 848c2783b8
10 changed files with 218 additions and 42 deletions

View File

@@ -0,0 +1,14 @@
<?php
namespace VendorName\Skeleton\Testing;
use Illuminate\Testing\Assert;
use Livewire\Testing\TestableLivewire;
/**
* @mixin TestableLivewire
*/
class TestsSkeleton
{
//
}