The property Aimeos\MW\Setup\Task\Base::$schema has been deprecated with message: Use getSchema() instead
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
Loading history...
53
{
54
$this->execute( $this->sql['address'] );
55
$this->status( 'done' );
56
}
57
else
58
{
59
$this->status( 'OK' );
60
}
61
62
63
$this->msg( 'Remove left over TYPO3 fe_users list records', 0 );
The property Aimeos\MW\Setup\Task\Base::$schema has been deprecated with message: Use getSchema() instead
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be removed from the class and what other property to use instead.