Completed
Pull Request — master (#4)
by
unknown
11:13
created
src/Repositories/EloquentBaseRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * Save a new entity in repository.
40 40
      *
41 41
      * @param array $attributes
42
-     * @return mixed
42
+     * @return Model
43 43
      */
44 44
     public function create(array $attributes)
45 45
     {
Please login to merge, or discard this patch.