diff --git a/src/PackageRegistrator.php b/src/PackageRegistrator.php index 280f755..a3145d4 100644 --- a/src/PackageRegistrator.php +++ b/src/PackageRegistrator.php @@ -182,6 +182,7 @@ public static function composerPostAutoloadDump(): void } } } catch (\Throwable $e) { + self::get(); trigger_error($e->getMessage()); }