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

Delete unused import

This commit is contained in:
lukinovec 2023-11-02 11:20:08 +01:00
parent 0d1e18abf1
commit 3b2453f759

View file

@ -2,7 +2,6 @@
namespace Stancl\VirtualColumn\Tests;
use Exception;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Facades\DB;
use Orchestra\Testbench\TestCase;