mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2026-03-24 16:56:36 +08:00
14 lines
153 B
PHP
14 lines
153 B
PHP
<?php
|
|
|
|
namespace VendorName\Skeleton\Testing;
|
|
|
|
use Livewire\Features\SupportTesting\Testable;
|
|
|
|
/**
|
|
* @mixin Testable
|
|
*/
|
|
class TestsSkeleton
|
|
{
|
|
//
|
|
}
|