Skip to content

Commit 4b77302

Browse files
committed
Bugfix: deleted => delete
1 parent d08f0db commit 4b77302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpPresentation/Shape/Chart/Axis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Axis implements ComparableInterface
103103
/**
104104
* @var int
105105
*/
106-
protected $deleted = 0;
106+
protected $delete = 0;
107107

108108
/**
109109
* Create a new \PhpOffice\PhpPresentation\Shape\Chart\Axis instance

0 commit comments

Comments
 (0)