Skip to content

Commit 511d94b

Browse files
author
Tom Van Herreweghe
committed
Added $mapperClass property to AdapterAbstract
This was missing in the abstract, but used in an implementation
1 parent a4ba0d1 commit 511d94b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/PHPExif/Adapter/AdapterAbstract.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ abstract class AdapterAbstract implements AdapterInterface
3939
*/
4040
protected $hydrator;
4141

42+
/**
43+
* @var string
44+
*/
45+
protected $mapperClass = '';
46+
4247
/**
4348
* Class constructor
4449
*

0 commit comments

Comments
 (0)