From f312db827fa9ce1370e873dec38c4cd31b1f0ff8 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 24 Sep 2021 15:03:56 +0300 Subject: [PATCH] Update Provider.php --- src/LangPublisher/Provider.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/LangPublisher/Provider.php b/src/LangPublisher/Provider.php index f1b4335..33ec535 100644 --- a/src/LangPublisher/Provider.php +++ b/src/LangPublisher/Provider.php @@ -22,13 +22,9 @@ interface Provider { /** - * Indicates the base path of the provider. - * - * For example, `__DIR__` - * * @return string */ - public function basePath(): string; + public function name(): string; /** * @return \Helldar\Contracts\LangPublisher\Plugin[]