Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.

Commit 40893be

Browse files
committed
Exception removed
1 parent 9ad4b94 commit 40893be

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"laravel/framework": "^5.3",
99
"par0noid/ts3admin": "^1.0.2.1"
1010
},
11-
"version": "1.0.1",
11+
"version": "1.1.0",
1212
"autoload": {
1313
"psr-4": {
1414
"Micky5991\\laravel_ts3admin\\": "src"

src/Exceptions/TeamspeakException.php

-16
This file was deleted.

src/Providers/TeamspeakServiceProvider.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Micky5991\laravel_ts3admin\Providers;
44

55
use Illuminate\Support\ServiceProvider;
6-
use Micky5991\laravel_ts3admin\Exceptions\TeamspeakException;
76
use \ts3admin;
87

98
class TeamspeakServiceProvider extends ServiceProvider
@@ -50,7 +49,7 @@ public function register()
5049
}
5150
}
5251
}
53-
throw new TeamspeakException($ts);
52+
return $ts;
5453
});
5554
}
5655

0 commit comments

Comments
 (0)