Browse Source

change comment

Taylor Otwell 4 years ago
parent
commit
cf5e99e9aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/.htaccess

+ 1 - 1
public/.htaccess

@@ -14,7 +14,7 @@
     RewriteCond %{REQUEST_URI} (.+)/$
     RewriteRule ^ %1 [L,R=301]
 
-    # Handle Front Controller...
+    # Send Requests To Front Controller...
     RewriteCond %{REQUEST_FILENAME} !-d
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteRule ^ index.php [L]