Skip to content
Code-Schnipsel Gruppen Projekte
Commit 281bd981 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: PHP Fatal error: Class QUI\ERP\Order\OrderView contains 2 abstract...

fix: PHP Fatal error:  Class QUI\ERP\Order\OrderView contains 2 abstract methods and must therefore be declared abstract or implement
Übergeordneter f7e355d3
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -1586,10 +1586,10 @@ public function getHistory()
//endregion
//region frontend history
//region frontend messages
/**
* Add a feontend message´
* Add a frontend messages
*
* @param string $message
*/
......
......@@ -313,4 +313,32 @@ public function removeShipping()
}
//endregion
/**
* do nothing, its a view
*/
protected function saveFrontendMessages()
{
}
/**
* do nothing, its a view
*/
public function addFrontendMessage($message)
{
}
/**
* do nothing, its a view
*/
public function getFrontendMessages()
{
}
/**
* do nothing, its a view
*/
public function clearFrontendMessages()
{
}
}
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren