Version 5.1 - All the GraphQL #32
@ -38,6 +38,12 @@ class Manga extends Controller {
|
|||||||
*/
|
*/
|
||||||
protected $base_data;
|
protected $base_data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Cache manager
|
||||||
|
* @var \Aviat\Ion\Cache\CacheInterface
|
||||||
|
*/
|
||||||
|
protected $cache;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
@ -54,6 +60,7 @@ class Manga extends Controller {
|
|||||||
'url_type' => 'manga',
|
'url_type' => 'manga',
|
||||||
'other_type' => 'anime'
|
'other_type' => 'anime'
|
||||||
]);
|
]);
|
||||||
|
$this->cache = $container->get('cache');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user