Browse Source

Removed unnessecary comment

Dennis 3 years ago
parent
commit
8b1445ae0d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      app/Http/Controllers/HomeController.php

+ 1 - 3
app/Http/Controllers/HomeController.php

@@ -9,9 +9,7 @@ use App\Models\Configuration;
 use Illuminate\Http\Request;
 use Illuminate\Support\Facades\Auth;
 
-/**
- *
- */
+
 class HomeController extends Controller
 {
     const TIME_LEFT_BG_SUCCESS = "bg-success";