mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
refactor: add modules folder to phpstan paths + fix errors
This commit is contained in:
parent
7a6d9df6db
commit
bb628f355f
166 changed files with 452 additions and 526 deletions
|
|
@ -14,7 +14,6 @@ use App\Entities\Actor;
|
|||
use App\Entities\Podcast;
|
||||
use CodeIgniter\HTTP\URI;
|
||||
use CodeIgniter\Model;
|
||||
use Config\Fediverse;
|
||||
use phpseclib\Crypt\RSA;
|
||||
|
||||
class PodcastModel extends Model
|
||||
|
|
@ -349,7 +348,7 @@ class PodcastModel extends Model
|
|||
|
||||
// delete all cache for podcast actor
|
||||
cache()
|
||||
->deleteMatching(config(Fediverse::class) ->cachePrefix . "actor#{$podcast->actor_id}*");
|
||||
->deleteMatching(config('Fediverse') ->cachePrefix . "actor#{$podcast->actor_id}*");
|
||||
|
||||
// delete model requests cache, includes feed / query / episode lists, etc.
|
||||
cache()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue