diff --git a/api/phpstan-baseline.neon b/api/phpstan-baseline.neon index a589c870..2cb7659c 100644 --- a/api/phpstan-baseline.neon +++ b/api/phpstan-baseline.neon @@ -6015,7 +6015,7 @@ parameters: - message: '#^Access to an undefined property Illuminate\\Database\\Eloquent\\Model\:\:\$organisation_id\.$#' identifier: property.notFound - count: 1 + count: 2 path: app/Services/Artist/LaneCascadeService.php -