Skip to content

Commit d1affe7

Browse files
author
Douglas Greenshields
committed
add solarium to class naming so we know what kind of plugin it is
1 parent 3005f11 commit d1affe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncPlugin.php renamed to src/SolariumAsyncPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use Solarium\Core\Plugin\AbstractPlugin;
1919
use Solarium\Core\Query\AbstractQuery;
2020

21-
class AsyncPlugin extends AbstractPlugin
21+
class SolariumAsyncPlugin extends AbstractPlugin
2222
{
2323
/**
2424
* @var HttpAsyncClient

0 commit comments

Comments
 (0)