Skip to content

Commit aa27af1

Browse files
authored
Even more namespace updates
1 parent c5b4d73 commit aa27af1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Console/TunnelerCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
<?php namespace STS\Tunneler\Console;
1+
<?php
2+
3+
namespace IntrepidWS\Tunneler\Console;
24

35
use Illuminate\Console\Command;
4-
use STS\Tunneler\Jobs\CreateTunnel;
6+
use IntrepidWS\Tunneler\Jobs\CreateTunnel;
57

68
class TunnelerCommand extends Command {
79
/**

0 commit comments

Comments
 (0)