D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
bulksender.dbcautomation.com
/
app
/
Utils
/
Filename :
CacheKey.php
back
Copy
<?php /* Copyright © Magd Almuntaser, OneXGen Technology. All rights reserved. Project: MPWA Whatsapp Gateway | Multi Device Licensed under the CC BY-NC-ND 4.0 License. For details, visit https://creativecommons.org/licenses/by-nc-nd/4.0/. */ namespace App\Utils; class CacheKey { public const DEVICE_BY_BODY = 'device_by_body-'; public const DEVICE_BY_ID = 'device_by_id-'; public const USER_BY_ID = 'user_by_id-'; public const USER_BY_API_KEY = 'user'; }