Completed
Pull Request — master (#93)
by Peter
01:12
created
src/Snapshot.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -83,6 +83,9 @@
 block discarded – undo
83 83
         event(new LoadedSnapshot($this));
84 84
     }
85 85
 
86
+    /**
87
+     * @param string $path
88
+     */
86 89
     public function streamFileIntoDB($path, string $connectionName = null)
87 90
     {
88 91
         if ($connectionName !== null) {
Please login to merge, or discard this patch.