Skip to content

Commit 9eb6214

Browse files
committed
quick divide
1 parent a07e240 commit 9eb6214

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/SteveEdson/BitBar.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ class BitBar {
77
public function newLine() {
88
return new BitbarLine();
99
}
10+
11+
public function divide() {
12+
(new BitBarLine())->show();
13+
}
1014
}
1115

1216
class BitBarLine {

0 commit comments

Comments
 (0)