Skip to content

Commit 9918b39

Browse files
committed
Use fqdn class name of File facade
1 parent 7397440 commit 9918b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Whitecube\Sluggable\Tests;
44

5-
use File;
65
use Illuminate\Database\Schema\Blueprint;
76
use Illuminate\Foundation\Application;
7+
use Illuminate\Support\Facades\File;
88
use Orchestra\Testbench\TestCase as Orchestra;
99

1010
abstract class TestCase extends Orchestra

0 commit comments

Comments
 (0)