Skip to content

Commit 8bde368

Browse files
committed
Apply fixes from StyleCI
1 parent b5abcb0 commit 8bde368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/FilterBackpackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ protected function getPath($name)
139139
*/
140140
protected function buildClass($name)
141141
{
142-
$stub = $this->files->get($this->getStub());
142+
$stub = $this->files->get($this->getStub());
143143

144144
return $stub;
145145
}

0 commit comments

Comments
 (0)