From afa6d8b3d51c078f953b867866c783423dfbc3eb Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 26 Oct 2022 14:31:29 +0200 Subject: [PATCH] Add Isolated interface to `migrate` command --- src/Illuminate/Contracts/Command/Isolated.php | 10 ++++++++++ .../Database/Console/Migrations/MigrateCommand.php | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 src/Illuminate/Contracts/Command/Isolated.php diff --git a/src/Illuminate/Contracts/Command/Isolated.php b/src/Illuminate/Contracts/Command/Isolated.php new file mode 100644 index 000000000000..f0a8a33eae83 --- /dev/null +++ b/src/Illuminate/Contracts/Command/Isolated.php @@ -0,0 +1,10 @@ +