Commit cb5da8d8 authored by Steffen Rühlmann's avatar Steffen Rühlmann Committed by Daniel Cothran
Browse files

Issue #3306526 by SteffenR: Case mismatch between loaded and declared class names

parent 91b87738
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?php

namespace Drupal\domain_access_search_api\plugin\search_api\processor;
namespace Drupal\domain_access_search_api\Plugin\search_api\processor;

use Drupal\domain\Entity\Domain;
use Drupal\search_api\Processor\ProcessorPluginBase;