From d837a80c155465201123a234658aa3d23d12042c Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Mon, 20 Jul 2020 21:05:37 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Forms/Form.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Forms/Form.php b/src/Forms/Form.php index 238ee647269..e13ef4dd818 100644 --- a/src/Forms/Form.php +++ b/src/Forms/Form.php @@ -7,7 +7,6 @@ use Statamic\Events\FormBlueprintFound; use Statamic\Events\FormDeleted; use Statamic\Events\FormSaved; -use Statamic\Facades; use Statamic\Facades\Blueprint; use Statamic\Facades\Config; use Statamic\Facades\File;