@@ -9,9 +9,9 @@ |
||
9 | 9 | |
10 | 10 | namespace PhpTek\Sentry\Adaptor; |
11 | 11 | |
12 | -use PhpTek\Sentry\Adaptor\SentryClientAdaptor, |
|
13 | - phpTek\Sentry\Exception\SentryLogWriterException, |
|
14 | - SilverStripe\Core\Config\Config; |
|
12 | +use PhpTek\Sentry\Adaptor\SentryClientAdaptor; |
|
13 | +use phpTek\Sentry\Exception\SentryLogWriterException; |
|
14 | +use SilverStripe\Core\Config\Config; |
|
15 | 15 | |
16 | 16 | /** |
17 | 17 | * The RavenClient class simply acts as a bridge between the Raven PHP SDK and |
@@ -9,9 +9,9 @@ |
||
9 | 9 | |
10 | 10 | namespace PhpTek\Sentry\Log; |
11 | 11 | |
12 | -use SilverStripe\Control\Director, |
|
13 | - SilverStripe\Core\Injector\Injector, |
|
14 | - SilverStripe\Control\Middleware\TrustedProxyMiddleware; |
|
12 | +use SilverStripe\Control\Director; |
|
13 | +use SilverStripe\Core\Injector\Injector; |
|
14 | +use SilverStripe\Control\Middleware\TrustedProxyMiddleware; |
|
15 | 15 | |
16 | 16 | /** |
17 | 17 | * The SentryLogWriter class simply acts as a bridge between the configured Sentry |