rename Poller::Device to be Poller::Discover

This commit is contained in:
Oliver Gorwits
2017-05-28 18:57:28 +01:00
parent 5daf1805c7
commit f7a850020c
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
package App::Netdisco::Backend::Worker::Poller::Device;
package App::Netdisco::Backend::Worker::Poller::Discover;
use Dancer qw/:moose :syntax :script/;