Completed
Push — master ( 143ccd...d40d6d )
by Jeremy
06:52
created
app/Http/Controllers/Admin/AdminController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 
53 53
         if (file_exists($sitemap)) {
54 54
             $sitemapxml = simplexml_load_file($sitemap);
55
-            $modified   = date ("F jS, Y H:i:s", filemtime($sitemap));
55
+            $modified   = date("F jS, Y H:i:s", filemtime($sitemap));
56 56
         }
57 57
 
58 58
         $data = [
Please login to merge, or discard this patch.