Skip to content

Commit

Permalink
Merge pull request #2 from UmpactoSoluciones/0.1
Browse files Browse the repository at this point in the history
0.1
  • Loading branch information
RobertoArmas authored Jan 27, 2017
2 parents 51051a7 + dd5f4eb commit 0fb0566
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 0fb0566

Please sign in to comment.