Completed
Pull Request — master (#71)
by
unknown
01:27
created
src/HasBinaryUuid.php 1 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.