composer dump-autoload

This commit is contained in:
Henry Whitaker
2020-08-21 23:31:43 +01:00
parent 9dee371740
commit 94854e43ee
2 changed files with 10 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ return array(
'App\\Facades\\UpdaterFacade' => $baseDir . '/app/Facades/UpdaterFacade.php',
'App\\Helpers\\BackupHelper' => $baseDir . '/app/Helpers/BackupHelper.php',
'App\\Helpers\\EmailVerificationHelper' => $baseDir . '/app/Helpers/EmailVerificationHelper.php',
'App\\Helpers\\NotificationsHelper' => $baseDir . '/app/Helpers/NotificationsHelper.php',
'App\\Helpers\\SettingsHelper' => $baseDir . '/app/Helpers/SettingsHelper.php',
'App\\Helpers\\SpeedtestHelper' => $baseDir . '/app/Helpers/SpeedtestHelper.php',
'App\\Helpers\\UpdateHelper' => $baseDir . '/app/Helpers/UpdateHelper.php',
@@ -55,12 +56,16 @@ return array(
'App\\Listeners\\SpeedtestFailedListener' => $baseDir . '/app/Listeners/SpeedtestFailedListener.php',
'App\\Listeners\\SpeedtestOverviewListener' => $baseDir . '/app/Listeners/SpeedtestOverviewListener.php',
'App\\Listeners\\TestNotificationListener' => $baseDir . '/app/Listeners/TestNotificationListener.php',
'App\\Notifications\\SpeedtestAbsoluteThresholdNotificationSlack' => $baseDir . '/app/Notifications/SpeedtestAbsoluteThresholdNotificationSlack.php',
'App\\Notifications\\SpeedtestAbsoluteThresholdTelegram' => $baseDir . '/app/Notifications/SpeedtestAbsoluteThresholdTelegram.php',
'App\\Notifications\\SpeedtestCompleteSlack' => $baseDir . '/app/Notifications/SpeedtestCompleteSlack.php',
'App\\Notifications\\SpeedtestCompleteTelegram' => $baseDir . '/app/Notifications/SpeedtestCompleteTelegram.php',
'App\\Notifications\\SpeedtestFailedSlack' => $baseDir . '/app/Notifications/SpeedtestFailedSlack.php',
'App\\Notifications\\SpeedtestFailedTelegram' => $baseDir . '/app/Notifications/SpeedtestFailedTelegram.php',
'App\\Notifications\\SpeedtestOverviewSlack' => $baseDir . '/app/Notifications/SpeedtestOverviewSlack.php',
'App\\Notifications\\SpeedtestOverviewTelegram' => $baseDir . '/app/Notifications/SpeedtestOverviewTelegram.php',
'App\\Notifications\\SpeedtestPercentageThresholdNotificationSlack' => $baseDir . '/app/Notifications/SpeedtestPercentageThresholdNotificationSlack.php',
'App\\Notifications\\SpeedtestPercentageThresholdTelegram' => $baseDir . '/app/Notifications/SpeedtestPercentageThresholdTelegram.php',
'App\\Notifications\\TestSlackNotification' => $baseDir . '/app/Notifications/TestSlackNotification.php',
'App\\Notifications\\TestTelegramNotification' => $baseDir . '/app/Notifications/TestTelegramNotification.php',
'App\\Providers\\AppServiceProvider' => $baseDir . '/app/Providers/AppServiceProvider.php',

View File

@@ -655,6 +655,7 @@ class ComposerStaticInita54da675f7e63b2b06cffe7d297f5df8
'App\\Facades\\UpdaterFacade' => __DIR__ . '/../..' . '/app/Facades/UpdaterFacade.php',
'App\\Helpers\\BackupHelper' => __DIR__ . '/../..' . '/app/Helpers/BackupHelper.php',
'App\\Helpers\\EmailVerificationHelper' => __DIR__ . '/../..' . '/app/Helpers/EmailVerificationHelper.php',
'App\\Helpers\\NotificationsHelper' => __DIR__ . '/../..' . '/app/Helpers/NotificationsHelper.php',
'App\\Helpers\\SettingsHelper' => __DIR__ . '/../..' . '/app/Helpers/SettingsHelper.php',
'App\\Helpers\\SpeedtestHelper' => __DIR__ . '/../..' . '/app/Helpers/SpeedtestHelper.php',
'App\\Helpers\\UpdateHelper' => __DIR__ . '/../..' . '/app/Helpers/UpdateHelper.php',
@@ -680,12 +681,16 @@ class ComposerStaticInita54da675f7e63b2b06cffe7d297f5df8
'App\\Listeners\\SpeedtestFailedListener' => __DIR__ . '/../..' . '/app/Listeners/SpeedtestFailedListener.php',
'App\\Listeners\\SpeedtestOverviewListener' => __DIR__ . '/../..' . '/app/Listeners/SpeedtestOverviewListener.php',
'App\\Listeners\\TestNotificationListener' => __DIR__ . '/../..' . '/app/Listeners/TestNotificationListener.php',
'App\\Notifications\\SpeedtestAbsoluteThresholdNotificationSlack' => __DIR__ . '/../..' . '/app/Notifications/SpeedtestAbsoluteThresholdNotificationSlack.php',
'App\\Notifications\\SpeedtestAbsoluteThresholdTelegram' => __DIR__ . '/../..' . '/app/Notifications/SpeedtestAbsoluteThresholdTelegram.php',
'App\\Notifications\\SpeedtestCompleteSlack' => __DIR__ . '/../..' . '/app/Notifications/SpeedtestCompleteSlack.php',
'App\\Notifications\\SpeedtestCompleteTelegram' => __DIR__ . '/../..' . '/app/Notifications/SpeedtestCompleteTelegram.php',
'App\\Notifications\\SpeedtestFailedSlack' => __DIR__ . '/../..' . '/app/Notifications/SpeedtestFailedSlack.php',
'App\\Notifications\\SpeedtestFailedTelegram' => __DIR__ . '/../..' . '/app/Notifications/SpeedtestFailedTelegram.php',
'App\\Notifications\\SpeedtestOverviewSlack' => __DIR__ . '/../..' . '/app/Notifications/SpeedtestOverviewSlack.php',
'App\\Notifications\\SpeedtestOverviewTelegram' => __DIR__ . '/../..' . '/app/Notifications/SpeedtestOverviewTelegram.php',
'App\\Notifications\\SpeedtestPercentageThresholdNotificationSlack' => __DIR__ . '/../..' . '/app/Notifications/SpeedtestPercentageThresholdNotificationSlack.php',
'App\\Notifications\\SpeedtestPercentageThresholdTelegram' => __DIR__ . '/../..' . '/app/Notifications/SpeedtestPercentageThresholdTelegram.php',
'App\\Notifications\\TestSlackNotification' => __DIR__ . '/../..' . '/app/Notifications/TestSlackNotification.php',
'App\\Notifications\\TestTelegramNotification' => __DIR__ . '/../..' . '/app/Notifications/TestTelegramNotification.php',
'App\\Providers\\AppServiceProvider' => __DIR__ . '/../..' . '/app/Providers/AppServiceProvider.php',