We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@throw
1 parent 411f276 commit 36aa80eCopy full SHA for 36aa80e
src/Relations/EmbedsMany.php
@@ -11,7 +11,6 @@
11
use MongoDB\BSON\ObjectID;
12
use MongoDB\Driver\Exception\LogicException;
13
use MongoDB\Laravel\Eloquent\Model as MongoDBModel;
14
-use Throwable;
15
16
use function array_key_exists;
17
use function array_values;
@@ -201,8 +200,6 @@ public function destroy($ids = [])
201
200
*
202
* @param null $id
203
204
- * @throws LogicException|Throwable
205
- *
206
* @note The $id is not used to delete embedded models.
207
*/
208
public function delete($id = null): int
0 commit comments