Skip to content

Commit 0f6f99b

Browse files
committed
README.md
Update namespace change in Readme.
1 parent a15394f commit 0f6f99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ composer require stechstudio/laravel-ssh-tunnel
1717
```
1818
Then register the provider
1919
```php
20-
$app->register(stechstudio\Tunneler\TunnelerServiceProvider::class);
20+
$app->register(STS\Tunneler\TunnelerServiceProvider::class);
2121
```
2222
in your `bootstrap/app.php` for Lumen services or add it to your `providers` array in `config/app.php` for Laravel applications.
2323

@@ -102,7 +102,7 @@ Perhaps your application rarely needs to do this, but when it does, you'd like t
102102

103103
```php
104104
$app->get('/mysql_tunnel', function () use ($app) {
105-
dispatch(new stechstudio\Tunneler\Jobs\CreateTunnel());
105+
dispatch(new STS\Tunneler\Jobs\CreateTunnel());
106106

107107
$users = DB::connection('mysql_tunnel')
108108
->table('users')

0 commit comments

Comments
 (0)