From ce3c8e6459802afe14ee78643a1eda3aebf96eba Mon Sep 17 00:00:00 2001 From: Vedran Zelen Date: Mon, 27 Jul 2020 09:35:36 +0200 Subject: [PATCH] added comment --- skolehjem/app/Http/Controllers/ContactController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skolehjem/app/Http/Controllers/ContactController.php b/skolehjem/app/Http/Controllers/ContactController.php index e649834..7abfc08 100644 --- a/skolehjem/app/Http/Controllers/ContactController.php +++ b/skolehjem/app/Http/Controllers/ContactController.php @@ -6,7 +6,7 @@ use Illuminate\Http\Request; use Illuminate\Http\Response; use App\Contact; use phpDocumentor\Reflection\Types\Context; - +//hello class ContactController extends Controller { public function __construct()