Skip to content

Commit 6f9a3a4

Browse files
committed
Use Hash facade namespace for Lumen compatibility. Fixes #33
1 parent 69b3b9d commit 6f9a3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Flynsarmy/CsvSeeder/CsvSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
use App;
44
use Log;
55
use DB;
6-
use Hash;
76
use Carbon\Carbon;
87
use Illuminate\Database\Seeder;
98
use Illuminate\Database\Schema;
9+
use Illuminate\Support\Facades\Hash;
1010

1111
/**
1212
* Taken from http://laravelsnippets.com/snippets/seeding-database-with-csv-files-cleanly

0 commit comments

Comments
 (0)