Skip to content
Snippets Groups Projects
Commit e3ca32a1 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Fix incorrect class names.

parent a5313681
No related merge requests found
......@@ -47,7 +47,7 @@ class Versions extends \VuFind\RecordTab\AbstractBase
/**
* Main configuration
*
* @var \Zend\Config\Config
* @var \Laminas\Config\Config
*/
protected $config;
......@@ -61,7 +61,7 @@ class Versions extends \VuFind\RecordTab\AbstractBase
/**
* Constructor
*
* @param \Zend\Config\Config $config Configuration
* @param \Laminas\Config\Config $config Configuration
* @param \VuFind\Search\Options\PluginManager $som Search options plugin
* manager
*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment