Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Armas committed Jan 27, 2017
1 parent a5a9acb commit dd5f4eb
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 49 deletions.
46 changes: 0 additions & 46 deletions src/UmpactoSoluciones/Console/Tools/ToolsServiceProvider.php

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace UmpactoSoluciones\Console\Commands;
namespace UmpactoSoluciones\Tools\Console\Commands;

use Illuminate\Support\Str;
use InvalidArgumentException;
Expand Down
4 changes: 2 additions & 2 deletions src/UmpactoSoluciones/Tools/ToolsServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Umpacto\Tools;
namespace UmpactoSoluciones\Tools;

use Umpacto\Console\Commands\RepositoryMakeCommand;
use UmpactoSoluciones\Tools\Console\Commands\RepositoryMakeCommand;
use Illuminate\Support\ServiceProvider;

class ToolsServiceProvider extends ServiceProvider
Expand Down

0 comments on commit dd5f4eb

Please sign in to comment.