@@ -100,10 +100,10 @@ |
||
100 | 100 | |
101 | 101 | if ($opencount > 0) { |
102 | 102 | $this |
103 | - ->respondToSlack(' |
@@ -86,17 +86,17 @@ |
||
86 | 86 | $attachmentFields[] = AttachmentField::create('Date Opened', $date)->displaySideBySide(); |
87 | 87 | |
88 | 88 | $this |
89 | - ->respondToSlack(" |
@@ -15,7 +15,7 @@ |
||
15 | 15 | public function boot() |
16 | 16 | { |
17 | 17 | //Fix Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes |
18 | - // Schema::defaultStringLength(191); |
|
18 | + // Schema::defaultStringLength(191); |
|
19 | 19 | } |
20 | 20 | |
21 | 21 | /** |