mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 10:36:16 +00:00
Adding $name back in as it causes numerous notice errors in fixtures when it is missing.
This commit is contained in:
parent
88d5db76fd
commit
5b8499c8c7
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue