forked from TFMM/silent-auction
fix route
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ Route::group(['middleware' => 'auth'], function() {
|
|||||||
return redirect('showwinners');
|
return redirect('showwinners');
|
||||||
});
|
});
|
||||||
Route::get('tabulateshowwinnersnew', function() {
|
Route::get('tabulateshowwinnersnew', function() {
|
||||||
Artisan::call('carshow:tabulatewinners');
|
Artisan::call('carshow:tabulatewinnersnew');
|
||||||
return redirect('showwinners');
|
return redirect('showwinners');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user