Skip to content

Commit

Permalink
fix command namespace and directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
zachflower committed Mar 7, 2018
1 parent ca96e52 commit 44344e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace ZachFlower\EloquentInteractions\Console;
namespace ZachFlower\EloquentInteractions\Console\Commands;

use Illuminate\Console\GeneratorCommand;
use Symfony\Component\Console\Input\InputOption;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace ZachFlower\EloquentInteractions;

use Illuminate\Support\ServiceProvider;
use ZachFlower\EloquentInteractions\Commands\MakeInteractionCommand;
use ZachFlower\EloquentInteractions\Console\Commands\MakeInteractionCommand;

class EloquentInteractionsServiceProvider extends ServiceProvider {

Expand Down

0 comments on commit 44344e3

Please sign in to comment.