1
0
mirror of synced 2025-02-07 07:49:27 +03:00

[2.0][DDC-281] Fixes for Mapping drivers

This commit is contained in:
guilhermeblanco 2010-01-28 19:47:11 +00:00
parent 443a20569b
commit a8bcf0f7ac

View File

@ -54,7 +54,7 @@ abstract class AbstractFileDriver implements Driver
* *
* @var string * @var string
*/ */
protected $_fileExtension = '.php'; protected $_fileExtension;
/** /**
* Initializes a new FileDriver that looks in the given path(s) for mapping * Initializes a new FileDriver that looks in the given path(s) for mapping