Added way to recieve text messages and printing them.

This commit is contained in:
kplaczek
2018-10-26 08:13:01 +02:00
parent 817b573258
commit fbffeec3a3
3 changed files with 29 additions and 1 deletions

View File

@@ -12,6 +12,6 @@ class VerifyCsrfToken extends BaseVerifier
* @var array
*/
protected $except = [
//
'sms'
];
}