Completed
Pull Request — master (#1151)
by
unknown
02:23
created
src/Laravel/LaravelEloquentRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
     /**
139 139
      * Find a specific module.
140 140
      * @param $name
141
-     * @return \Nwidart\Modules\Contracts\ModuleInterface
141
+     * @return null|Module
142 142
      */
143 143
     public function find($name): ?\Nwidart\Modules\Contracts\ModuleInterface
144 144
     {
Please login to merge, or discard this patch.