- Move constants to the "Cache" class (more transparent than inside the interface)
This commit is contained in:
@@ -9,7 +9,7 @@ use Friendica\Util\DateTimeFormat;
|
||||
/**
|
||||
* Locking driver that stores the locks in the database
|
||||
*/
|
||||
class DatabaseLock extends AbstractLock
|
||||
class DatabaseLock extends Lock
|
||||
{
|
||||
/**
|
||||
* The current ID of the process
|
||||
|
||||
Reference in New Issue
Block a user