Completed
Pull Request — master (#72)
by
unknown
01:43
created
src/HasBinaryUuid.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Spatie\BinaryUuid;
4 4
 
5 5
 use Exception;
6
-use Ramsey\Uuid\Uuid;
7 6
 use Illuminate\Database\Eloquent\Model;
7
+use Ramsey\Uuid\Uuid;
8 8
 
9 9
 trait HasBinaryUuid
10 10
 {
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -258,6 +258,9 @@
 block discarded – undo
258 258
         return $this->withUuid($value)->first();
259 259
     }
260 260
 
261
+    /**
262
+     * @param string $str
263
+     */
261 264
     public function strUuidSuffix($str)
262 265
     {
263 266
         $suffix = $this->getUuidSuffix();
Please login to merge, or discard this patch.