Skip to content

Commit a81fa66

Browse files
committed
enhancement output method
1 parent ef88341 commit a81fa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPJasper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function execute($user = false)
229229
*/
230230
public function output()
231231
{
232-
return $this->command;
232+
print $this->command . "\n";
233233
}
234234

235235
/**

0 commit comments

Comments
 (0)