@@ -269,7 +269,7 @@ public function getRelated(
269
269
)->get ($ relatedIdentifier , $ request );
270
270
} catch (\Throwable $ e ) {
271
271
if (!$ e instanceof ModelNotFoundException) {
272
- Log::error ($ this ->label . '/ ' . $ identifier . '/ ' . $ relation . '/ ' . $ relatedIdentifier .
272
+ Log::error ($ this ->label . '/ ' . $ identifier . '/ ' . $ relation . '/ ' . $ relatedIdentifier .
273
273
', error = ' . $ e ->getMessage ());
274
274
}
275
275
@@ -293,7 +293,7 @@ public function updateRelated(
293
293
)->update ($ relatedIdentifier , $ request );
294
294
} catch (\Throwable $ e ) {
295
295
if (!$ e instanceof ModelNotFoundException) {
296
- Log::error ($ this ->label . '/ ' . $ identifier . '/ ' . $ relation . '/ ' . $ relatedIdentifier .
296
+ Log::error ($ this ->label . '/ ' . $ identifier . '/ ' . $ relation . '/ ' . $ relatedIdentifier .
297
297
', error = ' . $ e ->getMessage ());
298
298
}
299
299
@@ -313,7 +313,7 @@ public function deleteRelated(string $identifier, string $relation, string $rela
313
313
)->delete ($ relatedIdentifier );
314
314
} catch (\Throwable $ e ) {
315
315
if (!$ e instanceof ModelNotFoundException) {
316
- Log::error ($ this ->label . '/ ' . $ identifier . '/ ' . $ relation . '/ ' . $ relatedIdentifier .
316
+ Log::error ($ this ->label . '/ ' . $ identifier . '/ ' . $ relation . '/ ' . $ relatedIdentifier .
317
317
', error = ' . $ e ->getMessage ());
318
318
}
319
319
0 commit comments