temp favicon, updated scrapper and .env changes
This commit is contained in:
parent
574ae51582
commit
ebe5941fa2
18 changed files with 75 additions and 24 deletions
7
app/Constants/CacheMethods.php
Normal file
7
app/Constants/CacheMethods.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
namespace App\Constants;
|
||||
|
||||
class CacheMethods {
|
||||
const JSON = 'json';
|
||||
const REDIS = 'redis';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue