Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Fixed wrong config names
Browse files Browse the repository at this point in the history
  • Loading branch information
svycka committed Nov 6, 2015
1 parent 96cb490 commit 314d70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AdapterPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class AdapterPluginManager extends AbstractPluginManager
* @var array
*/
protected $aliases = [
'null' => 'nullfill',
'Zend\Paginator\Adapter\Null' => 'nullfill',
'null' => 'nullfill',
'zendpaginatoradapternull' => 'nullfill',
];

/**
Expand Down

0 comments on commit 314d70e

Please sign in to comment.