Completed
Push — master ( 6f0d8d...26ab30 )
by Freek
01:57
created
src/RedirectIfDemo.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@
 block discarded – undo
43 43
         return $this->config['enabled'];
44 44
     }
45 45
 
46
+    /**
47
+     * @param Request $request
48
+     */
46 49
     protected function hasDemoAccess($request) : bool
47 50
     {
48 51
         if (session()->has('demo_access_granted')) {
Please login to merge, or discard this patch.