We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aef56f2 + 955bcee commit 5e28226Copy full SHA for 5e28226
resources/lang/en/commands.php
@@ -42,4 +42,4 @@
42
'example' => 'e.g.',
43
'optional_description' => 'Ask at deploy time whether or not the include this step'
44
45
-];
+];
resources/lang/en/heartbeats.php
@@ -24,4 +24,4 @@
24
'interval_1440' => '1 day',
25
'interval_10080' => '1 week'
26
27
server.php
@@ -13,8 +13,7 @@
13
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
14
// built-in PHP web server. This provides a convenient way to test a Laravel
15
// application without having installed a "real" web server software here.
16
-if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri))
17
-{
+if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
18
return false;
19
}
20
0 commit comments