Skip to content

Commit 62a73b2

Browse files
committed
fix method formatting
1 parent 92ce2b9 commit 62a73b2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/Illuminate/Log/LogManager.php

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,6 @@ public function driver($driver = null)
112112
return $this->get($this->parseDriver($driver));
113113
}
114114

115-
/**
116-
* @return array
117-
*/
118-
public function getChannels()
119-
{
120-
return $this->channels;
121-
}
122-
123115
/**
124116
* Attempt to get the log from the local cache.
125117
*
@@ -534,6 +526,16 @@ protected function parseDriver($driver)
534526
return $driver;
535527
}
536528

529+
/**
530+
* Get all of the resolved log channels.
531+
*
532+
* @return array
533+
*/
534+
public function getChannels()
535+
{
536+
return $this->channels;
537+
}
538+
537539
/**
538540
* System is unusable.
539541
*

0 commit comments

Comments
 (0)