From a95f675c356e439150e0d2893336f5b01a61ed3b Mon Sep 17 00:00:00 2001 From: mohammad-alavi Date: Thu, 30 Sep 2021 16:07:30 +0330 Subject: [PATCH] rename closure command file in ship --- app/Ship/Commands/{Routes.php => closures.php} | 3 +++ app/Ship/Kernels/ConsoleKernel.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) rename app/Ship/Commands/{Routes.php => closures.php} (86%) diff --git a/app/Ship/Commands/Routes.php b/app/Ship/Commands/closures.php similarity index 86% rename from app/Ship/Commands/Routes.php rename to app/Ship/Commands/closures.php index ad9555eb0..7813c802f 100644 --- a/app/Ship/Commands/Routes.php +++ b/app/Ship/Commands/closures.php @@ -1,5 +1,8 @@ load(__DIR__.'/Commands'); - require app_path('Ship/Commands/Routes.php'); + require app_path('Ship/Commands/closures.php'); } }