Make BaseURL check/save transactional and make the whole process easier
This commit is contained in:
parent
17105cf7d1
commit
c057954896
3 changed files with 59 additions and 146 deletions
|
@ -41,8 +41,6 @@ interface ISetConfigValuesTransactionally
|
|||
* @param mixed $value The value to store
|
||||
*
|
||||
* @return static the current instance
|
||||
*
|
||||
* @throws ConfigPersistenceException In case the persistence layer throws errors
|
||||
*/
|
||||
public function set(string $cat, string $key, $value): self;
|
||||
|
||||
|
@ -54,8 +52,6 @@ interface ISetConfigValuesTransactionally
|
|||
*
|
||||
* @return static the current instance
|
||||
*
|
||||
* @throws ConfigPersistenceException In case the persistence layer throws errors
|
||||
*
|
||||
*/
|
||||
public function delete(string $cat, string $key): self;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue