Completed
Pull Request — master (#32)
by Manuel
09:31 queued 07:02
created
app/Http/Controllers/WelcomeController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      */
54 54
     public function gettingStarted(MarkdownParser $markdown, Cache $cache, Filesystem $file)
55 55
     {
56
-        $gettingStarted = $cache->remember('getting-started', 5, function () use ($markdown, $file) {
56
+        $gettingStarted = $cache->remember('getting-started', 5, function() use ($markdown, $file) {
57 57
             $gettingStarted = $file->get(base_path('resources/getting-started/readme.md'));
58 58
 
59 59
             return $markdown->parse($gettingStarted);
Please login to merge, or discard this patch.