File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
src/Illuminate/Foundation Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -546,6 +546,19 @@ function info($message, $context = [])
546
546
}
547
547
}
548
548
549
+ if (! function_exists ('lang_path ' )) {
550
+ /**
551
+ * Get the path to the language folder.
552
+ *
553
+ * @param string $path
554
+ * @return string
555
+ */
556
+ function lang_path ($ path = '' )
557
+ {
558
+ return app ()->langPath ($ path );
559
+ }
560
+ }
561
+
549
562
if (! function_exists ('logger ' )) {
550
563
/**
551
564
* Log a debug message to the logs.
@@ -563,19 +576,6 @@ function logger($message = null, array $context = [])
563
576
}
564
577
}
565
578
566
- if (! function_exists ('lang_path ' )) {
567
- /**
568
- * Get the path to the language folder.
569
- *
570
- * @param string $path
571
- * @return string
572
- */
573
- function lang_path ($ path = '' )
574
- {
575
- return app ()->langPath ($ path );
576
- }
577
- }
578
-
579
579
if (! function_exists ('logs ' )) {
580
580
/**
581
581
* Get a log driver instance.
You can’t perform that action at this time.
0 commit comments