@@ -52,8 +52,8 @@ discard block |
||
52 | 52 | protected function mapWebRoutes() |
53 | 53 | { |
54 | 54 | Route::middleware('web') |
55 | - ->namespace($this->namespace) |
|
56 | - ->group(base_path('routes/web.php')); |
|
55 | + ->namespace($this->namespace) |
|
56 | + ->group(base_path('routes/web.php')); |
|
57 | 57 | } |
58 | 58 | |
59 | 59 | /** |
@@ -66,8 +66,8 @@ discard block |
||
66 | 66 | protected function mapApiRoutes() |
67 | 67 | { |
68 | 68 | Route::prefix('api') |
69 | - ->middleware('api') |
|
70 | - ->namespace($this->namespace) |
|
71 | - ->group(base_path('routes/api.php')); |
|
69 | + ->middleware('api') |
|
70 | + ->namespace($this->namespace) |
|
71 | + ->group(base_path('routes/api.php')); |
|
72 | 72 | } |
73 | 73 | } |
@@ -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 | /** |
@@ -68,10 +68,10 @@ |
||
68 | 68 | |
69 | 69 | if ($opencount > 0) { |
70 | 70 | $this |
71 | - ->respondToSlack(' |
@@ -53,17 +53,17 @@ |
||
53 | 53 | $attachmentFields[] = AttachmentField::create('Date Opened', $date)->displaySideBySide(); |
54 | 54 | |
55 | 55 | $this |
56 | - ->respondToSlack(" |