Skip to content

Commit 7e0fae2

Browse files
authoredDec 1, 2018
Update EnumValue.php
1 parent e76b9cd commit 7e0fae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/EnumValue.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* Date: 11/12/18
77
* Time: 13:11
88
*/
9-
use DB;
10-
use Cache;
9+
use Illuminate\Support\Facades\DB;
10+
use Illuminate\Support\Facades\Cache;
1111

1212
trait EnumValue
1313
{

0 commit comments

Comments
 (0)
Please sign in to comment.