From 0e7059e8473730fb50d36ce52cb1036fd11087dc Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 12 Mar 2024 13:57:38 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Channel/Models/Channel.php | 1 - src/Channel/Tests/ChannelTest.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Channel/Models/Channel.php b/src/Channel/Models/Channel.php index 10cdfe25..9b1b8b98 100644 --- a/src/Channel/Models/Channel.php +++ b/src/Channel/Models/Channel.php @@ -154,7 +154,6 @@ public function getConfigurationSchema(): ?Schematized return null; } - public function sluggable(): array { return [ diff --git a/src/Channel/Tests/ChannelTest.php b/src/Channel/Tests/ChannelTest.php index 7132b802..bebde221 100644 --- a/src/Channel/Tests/ChannelTest.php +++ b/src/Channel/Tests/ChannelTest.php @@ -109,6 +109,5 @@ public function it_can_return_the_merchant_from_model_data() $this->assertEquals('Building F', $merchant->getAddress()->getAddress2()); $this->assertEquals('IT', $merchant->getAddress()->getCountryCode()); $this->assertEquals('41044', $merchant->getAddress()->getPostalCode()); - } }