|
@@ -22,10 +22,10 @@ class VerifyCsrfToken extends Middleware
|
|
|
// '869244226:'
|
|
|
];
|
|
|
|
|
|
- public function __construct(\Illuminate\Foundation\Application $app, \Illuminate\Contracts\Encryption\Encrypter $encrypter)
|
|
|
- {
|
|
|
- $this->app = $app;
|
|
|
- $this->encrypter = $encrypter;
|
|
|
- $this->except[] = \Telegram::getAccessToken();
|
|
|
- }
|
|
|
+// public function __construct(\Illuminate\Foundation\Application $app, \Illuminate\Contracts\Encryption\Encrypter $encrypter)
|
|
|
+// {
|
|
|
+// $this->app = $app;
|
|
|
+// $this->encrypter = $encrypter;
|
|
|
+// $this->except[] = \Telegram::getAccessToken();
|
|
|
+// }
|
|
|
}
|