Skip to content

Commit 9d687c9

Browse files
committed
Fix styling and doc block
1 parent 9455090 commit 9d687c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Illuminate/Database/Console/PruneCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,12 @@ protected function models()
116116
}
117117

118118
/**
119-
* Get the default path where models are located.
119+
* Get the path where models are located.
120120
*
121121
* @return string
122122
*/
123123
protected function getPath()
124124
{
125-
126125
if (! empty($path = $this->option('path'))) {
127126
return $path;
128127
}

0 commit comments

Comments
 (0)