Skip to content
Snippets Groups Projects
Verified Commit 40964914 authored by Damien's avatar Damien
Browse files

[REFACTORING] action methods

parent 2d8ff0b7
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@
namespace Action\models;
use SrcCore\models\ValidatorModel;
use SrcCore\models\CoreConfigModel;
use SrcCore\models\DatabaseModel;
abstract class BasketPersistenceModelAbstract
......@@ -27,7 +26,7 @@ abstract class BasketPersistenceModelAbstract
'columnsValues' => $aArgs
]);
return $nextSequenceId;
return true;
}
public static function delete(array $aArgs)
......
......@@ -15,7 +15,6 @@
namespace Action\models;
use SrcCore\models\ValidatorModel;
use SrcCore\models\CoreConfigModel;
use SrcCore\models\DatabaseModel;
abstract class ResMarkAsReadModelAbstract
......@@ -27,7 +26,7 @@ abstract class ResMarkAsReadModelAbstract
'columnsValues' => $aArgs
]);
return $nextSequenceId;
return true;
}
public static function delete(array $aArgs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment