Cancelled
Pull Request — master (#2)
by Sergey
01:56
created
src/Traits/Searchable.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@
 block discarded – undo
7 7
 trait Searchable
8 8
 {
9 9
 
10
+    /**
11
+     * @return string
12
+     */
10 13
     abstract function getResourceUri($uri = '');
11 14
 
12 15
     /**
Please login to merge, or discard this patch.