]> _ Git - psq.git/commitdiff
allow account controller
authorLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 31 Aug 2020 10:55:46 +0000 (12:55 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 31 Aug 2020 10:55:46 +0000 (12:55 +0200)
app/Http/Controllers/AccountController.php
app/Http/Controllers/Controller.php
resources/views/account/index.blade.php

index a7344790cf1b875d4cbe9c573dabbfb1b8f3ab2c..ae19bc27ac228e83c0c859231436d1f9eca9fc84 100644 (file)
@@ -12,6 +12,11 @@ class AccountController extends Controller
 {
 
 
+    public function __construct()
+    {
+        
+    }
+
     /**
      * Show the setup page.
      *
index 8eb0a7d83dbb4ac5a728fe03645a7a0627d9d2c9..a0cae400937b7619b677119845cc99399b085bc4 100644 (file)
@@ -16,8 +16,6 @@ class Controller extends BaseController
         if(config('app.env') === 'production') {
             $this->middleware('auth');
             $this->middleware('early');
-
-
         }
     }
 
index 142568aa39b3f0debc8f6d9b5d6cf9e9dbc58097..91177cfb2e5a6a3a9b34cdfdf44490906d223876 100644 (file)
@@ -11,7 +11,7 @@
             @else
                 @if($user->isSubscribed)
                     <div class="alert alert-success">
-                        Votre compte est actif, vous pouvez accéder aux contenus <b>Prescription Santé.</b>
+                        Votre compte est actif, vous pouvez accéder aux contenus <b>Prescription Santé Quotidien.</b>
                     </div>
 
                 @elseif($user->onTrial())