Skip to content

Commit 965c260

Browse files
committed
Fix factura signature
1 parent 0a63421 commit 965c260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ejercicio.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract public function print();
1616

1717
class Factura extends Facturable
1818
{
19-
public function print($total = 0)
19+
public function print()
2020
{
2121
return <<<FACTURA
2222
======================\n

0 commit comments

Comments
 (0)