We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ce2b9 commit 62a73b2Copy full SHA for 62a73b2
src/Illuminate/Log/LogManager.php
@@ -112,14 +112,6 @@ public function driver($driver = null)
112
return $this->get($this->parseDriver($driver));
113
}
114
115
- /**
116
- * @return array
117
- */
118
- public function getChannels()
119
- {
120
- return $this->channels;
121
- }
122
-
123
/**
124
* Attempt to get the log from the local cache.
125
*
@@ -534,6 +526,16 @@ protected function parseDriver($driver)
534
526
return $driver;
535
527
536
528
529
+ /**
530
+ * Get all of the resolved log channels.
531
+ *
532
+ * @return array
533
+ */
+ public function getChannels()
+ {
+ return $this->channels;
537
+ }
538
+
539
540
* System is unusable.
541
0 commit comments