@@ -177,14 +177,14 @@ |
||
177 | 177 | }); |
178 | 178 | } |
179 | 179 | |
180 | - /** |
|
181 | - * Copy the file from the source model to the destiny model. |
|
182 | - * |
|
183 | - * @param \Illuminate\Database\Eloquent\Model $from |
|
184 | - * @param \Illuminate\Database\Eloquent\Model $to |
|
185 | - * @param bool|null $preserveName |
|
186 | - * @return \Illuminate\Database\Eloquent\Model |
|
187 | - */ |
|
180 | + /** |
|
181 | + * Copy the file from the source model to the destiny model. |
|
182 | + * |
|
183 | + * @param \Illuminate\Database\Eloquent\Model $from |
|
184 | + * @param \Illuminate\Database\Eloquent\Model $to |
|
185 | + * @param bool|null $preserveName |
|
186 | + * @return \Illuminate\Database\Eloquent\Model |
|
187 | + */ |
|
188 | 188 | public function copy(Model $from, Model $to, bool $preserveName = null) |
189 | 189 | { |
190 | 190 | $this->supportLincable([$from, $to]); |