feat: chef
This commit is contained in:
22
app/Service/ServiceTrait/Common/CycleTrait.php
Normal file
22
app/Service/ServiceTrait/Common/CycleTrait.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service\ServiceTrait\Common;
|
||||
|
||||
use App\Cache\Redis\Common\CycleCache;
|
||||
use Hyperf\Di\Annotation\Inject;
|
||||
|
||||
trait CycleTrait
|
||||
{
|
||||
/**
|
||||
* @var CycleCache
|
||||
*/
|
||||
#[Inject]
|
||||
protected CycleCache $cycleCache;
|
||||
|
||||
|
||||
|
||||
protected function initTodayCycleId()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user