Adding $name back in as it causes numerous notice errors in fixtures when it is missing.

This commit is contained in:
mark_story 2011-01-29 20:53:50 -05:00
parent 88d5db76fd
commit 5b8499c8c7

View file

@ -26,6 +26,14 @@ App::import('Core', 'ConnectionManager');
*/ */
class CakeSchema extends Object { class CakeSchema extends Object {
/**
* Name of the schema
*
* @var string
* @access public
*/
public $name = null;
/** /**
* Path to write location * Path to write location
* *