File tree Expand file tree Collapse file tree 8 files changed +9
-16
lines changed Expand file tree Collapse file tree 8 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 5
5
use Algolia \AlgoliaSearch \Helper \ConfigHelper ;
6
6
use Algolia \AlgoliaSearch \Helper \Data ;
7
7
use Algolia \AlgoliaSearch \Model \Queue ;
8
- use Magento ;
9
8
use Magento \Framework \Message \ManagerInterface ;
10
9
use Magento \Store \Model \StoreManagerInterface ;
11
10
use Symfony \Component \Console \Output \ConsoleOutput ;
12
11
13
- class AdditionalSection implements Magento \Framework \Indexer \ActionInterface, Magento \Framework \Mview \ActionInterface
12
+ class AdditionalSection implements \ Magento \Framework \Indexer \ActionInterface, \ Magento \Framework \Mview \ActionInterface
14
13
{
15
14
private $ fullAction ;
16
15
private $ storeManager ;
Original file line number Diff line number Diff line change 7
7
use Algolia \AlgoliaSearch \Helper \Entity \CategoryHelper ;
8
8
use Algolia \AlgoliaSearch \Model \IndicesConfigurator ;
9
9
use Algolia \AlgoliaSearch \Model \Queue ;
10
- use Magento ;
11
10
use Magento \Framework \Message \ManagerInterface ;
12
11
use Magento \Store \Model \StoreManagerInterface ;
13
12
use Symfony \Component \Console \Output \ConsoleOutput ;
14
13
15
- class Category implements Magento \Framework \Indexer \ActionInterface, Magento \Framework \Mview \ActionInterface
14
+ class Category implements \ Magento \Framework \Indexer \ActionInterface, \ Magento \Framework \Mview \ActionInterface
16
15
{
17
16
private $ storeManager ;
18
17
private $ categoryHelper ;
Original file line number Diff line number Diff line change 6
6
use Algolia \AlgoliaSearch \Helper \ConfigHelper ;
7
7
use Algolia \AlgoliaSearch \Helper \Data ;
8
8
use Algolia \AlgoliaSearch \Model \Queue ;
9
- use Magento ;
10
9
use Magento \Framework \Message \ManagerInterface ;
11
10
use Magento \Store \Model \StoreManagerInterface ;
12
11
use Symfony \Component \Console \Output \ConsoleOutput ;
13
12
14
- class DeleteProduct implements Magento \Framework \Indexer \ActionInterface, Magento \Framework \Mview \ActionInterface
13
+ class DeleteProduct implements \ Magento \Framework \Indexer \ActionInterface, \ Magento \Framework \Mview \ActionInterface
15
14
{
16
15
private $ fullAction ;
17
16
private $ storeManager ;
Original file line number Diff line number Diff line change 7
7
use Algolia \AlgoliaSearch \Helper \Data ;
8
8
use Algolia \AlgoliaSearch \Helper \Entity \PageHelper ;
9
9
use Algolia \AlgoliaSearch \Model \Queue ;
10
- use Magento ;
11
10
use Magento \Framework \Message \ManagerInterface ;
12
11
use Magento \Store \Model \StoreManagerInterface ;
13
12
use Symfony \Component \Console \Output \ConsoleOutput ;
14
13
15
- class Page implements Magento \Framework \Indexer \ActionInterface, Magento \Framework \Mview \ActionInterface
14
+ class Page implements \ Magento \Framework \Indexer \ActionInterface, \ Magento \Framework \Mview \ActionInterface
16
15
{
17
16
private $ fullAction ;
18
17
private $ storeManager ;
Original file line number Diff line number Diff line change 9
9
use Algolia \AlgoliaSearch \Model \IndexMover ;
10
10
use Algolia \AlgoliaSearch \Model \IndicesConfigurator ;
11
11
use Algolia \AlgoliaSearch \Model \Queue ;
12
- use Magento ;
13
12
use Magento \Framework \Message \ManagerInterface ;
14
13
use Magento \Store \Model \StoreManagerInterface ;
15
14
use Symfony \Component \Console \Output \ConsoleOutput ;
16
15
17
- class Product implements Magento \Framework \Indexer \ActionInterface, Magento \Framework \Mview \ActionInterface
16
+ class Product implements \ Magento \Framework \Indexer \ActionInterface, \ Magento \Framework \Mview \ActionInterface
18
17
{
19
18
private $ storeManager ;
20
19
private $ productHelper ;
Original file line number Diff line number Diff line change 4
4
5
5
use Algolia \AlgoliaSearch \Helper \ConfigHelper ;
6
6
use Algolia \AlgoliaSearch \Model \Queue ;
7
- use Magento ;
8
7
use Magento \Framework \Message \ManagerInterface ;
9
8
use Symfony \Component \Console \Output \ConsoleOutput ;
10
9
11
- class QueueRunner implements Magento \Framework \Indexer \ActionInterface, Magento \Framework \Mview \ActionInterface
10
+ class QueueRunner implements \ Magento \Framework \Indexer \ActionInterface, \ Magento \Framework \Mview \ActionInterface
12
11
{
13
12
const INDEXER_ID = 'algolia_queue_runner ' ;
14
13
Original file line number Diff line number Diff line change 7
7
use Algolia \AlgoliaSearch \Helper \Data ;
8
8
use Algolia \AlgoliaSearch \Helper \Entity \SuggestionHelper ;
9
9
use Algolia \AlgoliaSearch \Model \Queue ;
10
- use Magento ;
11
10
use Magento \Framework \Message \ManagerInterface ;
12
11
use Magento \Store \Model \StoreManagerInterface ;
13
12
use Symfony \Component \Console \Output \ConsoleOutput ;
14
13
15
- class Suggestion implements Magento \Framework \Indexer \ActionInterface, Magento \Framework \Mview \ActionInterface
14
+ class Suggestion implements \ Magento \Framework \Indexer \ActionInterface, \ Magento \Framework \Mview \ActionInterface
16
15
{
17
16
private $ fullAction ;
18
17
private $ storeManager ;
Original file line number Diff line number Diff line change 4
4
<sequence >
5
5
<module name =" Magento_Theme" />
6
6
<module name =" Magento_Backend" />
7
- <module name =" Magento_Catalog" />
8
7
<module name =" Magento_Indexer" />
8
+ <module name =" Magento_Catalog" />
9
9
<module name =" Magento_Search" />
10
10
<module name =" Magento_Checkout" />
11
11
<module name =" Magento_Customer" />
28
28
<module name =" Magento_Swatches" />
29
29
</sequence >
30
30
</module >
31
- </config >
31
+ </config >
You can’t perform that action at this time.
0 commit comments