@@ -21,7 +21,7 @@ |
||
| 21 | 21 | |
| 22 | 22 | public function setup($app) |
| 23 | 23 | { |
| 24 | - \Sentry\init(['dsn' => 'https://[email protected]/4283882' ]); |
|
| 24 | + \Sentry\init(['dsn' => 'https://[email protected]/4283882']); |
|
| 25 | 25 | return $app->any('[/]', $this); |
| 26 | 26 | } |
| 27 | 27 | |