Completed
Push — dev5 ( 707f8f...3b02fc )
by Ron
15:42
created
database/factories/CustomerFilesFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     ];
13 13
 });
14 14
 
15
-$factory->define(App\CustomerFiles::class, function (Faker $faker) {
15
+$factory->define(App\CustomerFiles::class, function(Faker $faker) {
16 16
     return [
17 17
         'file_id' => factory(App\Files::class)->create()->file_id,
18 18
         'file_type_id' => 1,
Please login to merge, or discard this patch.
routes/web.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
         *   Tech Tip Routes
152 152
         *
153 153
         */
154
-        Route::prefix('tip')->name('tip.')->group(function(){
154
+        Route::prefix('tip')->name('tip.')->group(function() {
155 155
             
156 156
             
157 157
             
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
         *   Tech Tip Routes
152 152
         *
153 153
         */
154
-        Route::prefix('tip')->name('tip.')->group(function(){
154
+        Route::prefix('tip')->name('tip.')->group(function() {
155 155
             
156 156
             
157 157
             
Please login to merge, or discard this patch.