Skip to content

Commit 382376b

Browse files
authored
Merge pull request #462 from dbarzin/dev
missing import
2 parents 98cdb32 + abb48ca commit 382376b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Models/Control.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use Illuminate\Database\Eloquent\Model;
77
use Illuminate\Support\Facades\Auth;
88
use Illuminate\Support\Facades\DB;
9+
use Illuminate\Support\Facades\File;
910

1011
class Control extends Model
1112
{

0 commit comments

Comments
 (0)