Skip to content

Commit

Permalink
#patch Updating the namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarmanishbit committed Apr 12, 2022
1 parent a2056f5 commit 0d06415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Oracle/Contact/Observer/CustomerObserverAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
*/

namespace Bronto\Contact\Observer;
namespace Oracle\Contact\Observer;

abstract class CustomerObserverAbstract implements \Magento\Framework\Event\ObserverInterface
{
protected $_observer;
protected $_request;

/**
* @param \Bronto\Contact\Model\Observer
* @param \Oracle\Contact\Model\Observer
*/
public function __construct(
\Bronto\Contact\Model\Observer $observer,
\Oracle\Contact\Model\Observer $observer,
\Magento\Framework\App\RequestInterface $req
) {
$this->_observer = $observer;
Expand Down

0 comments on commit 0d06415

Please sign in to comment.