From b4d34f74cc93720eb1f91ee4d1cf70636807e242 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 5 Sep 2021 20:07:10 +1000 Subject: [PATCH] move hosted migrations into correct folder --- app/Console/{ => Commands}/HostedMigrations.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/Console/{ => Commands}/HostedMigrations.php (100%) diff --git a/app/Console/HostedMigrations.php b/app/Console/Commands/HostedMigrations.php similarity index 100% rename from app/Console/HostedMigrations.php rename to app/Console/Commands/HostedMigrations.php