]> _ Git - psq.git/commitdiff
Update web.php
authorLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 14 Apr 2020 14:28:09 +0000 (16:28 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 14 Apr 2020 14:28:09 +0000 (16:28 +0200)
routes/web.php

index cab643c0d86f86570cd4700f7fd4fb6de26ab99c..5a5c848449d50af918d57d66c28dea057afd7ec8 100644 (file)
@@ -93,20 +93,3 @@ Route::domain('{client_domains}')->group(function() {
     });
 });
 
-
-
-
-
-
-if(env('APP_DEBUG') === true){
-    Route::get('/test', function(){
-
-        return \App\PdfFile::find(7)->makeSearchable();
-
-        return view('emails.batch', [
-            'subject' => 'Le coup de colère de Donald',
-            'content' => '<b>Le super contenu</b> !',
-            'link' => \App\PdfFile::first()->getUrl(),
-        ]);
-    });
-}