diff --git a/migrations/2021_07_13_141000_queue_failed_jobs_table.php b/migrations/2021_07_13_141000_queue_failed_jobs_table.php index ced728db9..be8232cf2 100644 --- a/migrations/2021_07_13_141000_queue_failed_jobs_table.php +++ b/migrations/2021_07_13_141000_queue_failed_jobs_table.php @@ -1,5 +1,12 @@ build(); }); - // Register a simple connection factory that always returns the same // connection, as that is enough for our purposes. $this->container->singleton(Factory::class, function (Container $container) {