We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b4d73 commit aa27af1Copy full SHA for aa27af1
src/Console/TunnelerCommand.php
@@ -1,7 +1,9 @@
1
-<?php namespace STS\Tunneler\Console;
+<?php
2
+
3
+namespace IntrepidWS\Tunneler\Console;
4
5
use Illuminate\Console\Command;
-use STS\Tunneler\Jobs\CreateTunnel;
6
+use IntrepidWS\Tunneler\Jobs\CreateTunnel;
7
8
class TunnelerCommand extends Command {
9
/**
0 commit comments