From 44344e3d983806f8dbdbf7c01467898ffddf5e2b Mon Sep 17 00:00:00 2001 From: Zachary Flower Date: Wed, 7 Mar 2018 15:11:09 -0700 Subject: [PATCH] fix command namespace and directory structure --- .../Console/{ => Commands}/MakeInteractionCommand.php | 2 +- .../Console/{ => Commands}/stubs/interaction.stub | 0 .../EloquentInteractionsServiceProvider.php | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/EloquentInteractions/Console/{ => Commands}/MakeInteractionCommand.php (96%) rename src/EloquentInteractions/Console/{ => Commands}/stubs/interaction.stub (100%) diff --git a/src/EloquentInteractions/Console/MakeInteractionCommand.php b/src/EloquentInteractions/Console/Commands/MakeInteractionCommand.php similarity index 96% rename from src/EloquentInteractions/Console/MakeInteractionCommand.php rename to src/EloquentInteractions/Console/Commands/MakeInteractionCommand.php index b7eadff..9daef3e 100644 --- a/src/EloquentInteractions/Console/MakeInteractionCommand.php +++ b/src/EloquentInteractions/Console/Commands/MakeInteractionCommand.php @@ -1,6 +1,6 @@