Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 0 additions and 7 deletions
Showing only changes of commit 1afb45522d - Show all commits

View File

@ -38,12 +38,6 @@ class Manga extends Controller {
*/
protected $base_data;
/**
* Cache manager
* @var \Aviat\Ion\Cache\CacheInterface
*/
protected $cache;
/**
* Constructor
*
@ -60,7 +54,6 @@ class Manga extends Controller {
'url_type' => 'manga',
'other_type' => 'anime'
]);
$this->cache = $container->get('cache');
}
/**