This commit is contained in:
14
src/Frontend/Cookie/SettingsCookie.php
Normal file
14
src/Frontend/Cookie/SettingsCookie.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Aternos\Mclogs\Frontend\Cookie;
|
||||
|
||||
class SettingsCookie extends Cookie
|
||||
{
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
protected function getKey(): string
|
||||
{
|
||||
return "MCLOGS_SETTINGS";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user