Skip to content

Commit

Permalink
use full facade path
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Sep 26, 2024
1 parent 2e49f9a commit 33d8703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/backend/classes/FormField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Backend\Classes;

use BackedEnum;
use Html;
use Lang;
use Winter\Storm\Support\Facades\Html;
use Illuminate\Support\Facades\Lang;
use Winter\Storm\Database\Model;
use Winter\Storm\Html\Helper as HtmlHelper;
use Winter\Storm\Support\Str;
Expand Down

0 comments on commit 33d8703

Please sign in to comment.