// Replace public by protected in override methods
This commit is contained in:
@@ -513,7 +513,7 @@ class AdminWarehousesControllerCore extends AdminController
|
||||
/**
|
||||
* @see AdminController::afterAdd()
|
||||
*/
|
||||
public function afterAdd($object)
|
||||
protected function afterAdd($object)
|
||||
{
|
||||
$address = new Address($object->id_address);
|
||||
if (Validate::isLoadedObject($address))
|
||||
|
||||
Reference in New Issue
Block a user