Completed
Push — master ( 9fc252...9c2dda )
by Chris
05:02
created
app/SlashCommandHandlers/Jobs/SearchTDTicketJob.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -100,10 +100,10 @@
 block discarded – undo
100 100
 
101 101
         if ($opencount > 0) {
102 102
             $this
103
-             ->respondToSlack('
Please login to merge, or discard this patch.
app/SlashCommandHandlers/Jobs/ShowTDTicketJob.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -86,17 +86,17 @@
 block discarded – undo
86 86
             $attachmentFields[] = AttachmentField::create('Date Opened', $date)->displaySideBySide();
87 87
 
88 88
             $this
89
-               ->respondToSlack("
Please login to merge, or discard this patch.
app/Providers/AppServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.