@@ -34,6 +34,9 @@ discard block |
||
| 34 | 34 | }); |
| 35 | 35 | } |
| 36 | 36 | |
| 37 | + /** |
|
| 38 | + * @param HasGeoAbilities $models |
|
| 39 | + */ |
|
| 37 | 40 | public function addGeo($models) |
| 38 | 41 | { |
| 39 | 42 | if ($models->isEmpty()) { |
@@ -45,6 +48,9 @@ discard block |
||
| 45 | 48 | event(new ModelsImported($models)); |
| 46 | 49 | } |
| 47 | 50 | |
| 51 | + /** |
|
| 52 | + * @param HasGeoAbilities $models |
|
| 53 | + */ |
|
| 48 | 54 | public function removeGeo($models) |
| 49 | 55 | { |
| 50 | 56 | if ($models->isEmpty()) { |