diff --git a/app/Http/Controllers/Market/MarketController.php b/app/Http/Controllers/Market/MarketController.php index 3e28ae9de..ef828f767 100644 --- a/app/Http/Controllers/Market/MarketController.php +++ b/app/Http/Controllers/Market/MarketController.php @@ -78,7 +78,7 @@ class MarketController extends Controller return redirect('/market/add')->with('erorr', 'Failed to get character info.'); } - //Get the total taxes from the database + //Get the total taxes from the database for each of the 3 months in the past }