Skip to content

Commit

Permalink
Even more namespace updates
Browse files Browse the repository at this point in the history
  • Loading branch information
intrepidws authored Apr 30, 2018
1 parent c5b4d73 commit aa27af1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Console/TunnelerCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php namespace STS\Tunneler\Console;
<?php

namespace IntrepidWS\Tunneler\Console;

use Illuminate\Console\Command;
use STS\Tunneler\Jobs\CreateTunnel;
use IntrepidWS\Tunneler\Jobs\CreateTunnel;

class TunnelerCommand extends Command {
/**
Expand Down

0 comments on commit aa27af1

Please sign in to comment.