Completed
Pull Request — master (#93)
by Peter
01:27
created
src/Snapshot.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -130,6 +130,9 @@
 block discarded – undo
130 130
         });
131 131
     }
132 132
 
133
+    /**
134
+     * @param string $path
135
+     */
133 136
     protected function streamFileIntoDB($path, string $connectionName = null)
134 137
     {
135 138
         if ($connectionName !== null) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Carbon\Carbon;
6 6
 use Illuminate\Filesystem\FilesystemAdapter as Disk;
7 7
 use Illuminate\Support\Facades\DB;
8
-use Illuminate\Support\Facades\File;
9 8
 use Illuminate\Support\Facades\Storage;
10 9
 use Illuminate\Support\LazyCollection;
11 10
 use Spatie\DbSnapshots\Events\DeletedSnapshot;
Please login to merge, or discard this patch.