Skip to content

Commit f312db8

Browse files
author
Andrey Helldar
authored
Update Provider.php
1 parent 26a2013 commit f312db8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/LangPublisher/Provider.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,9 @@
2222
interface Provider
2323
{
2424
/**
25-
* Indicates the base path of the provider.
26-
*
27-
* For example, `__DIR__`
28-
*
2925
* @return string
3026
*/
31-
public function basePath(): string;
27+
public function name(): string;
3228

3329
/**
3430
* @return \Helldar\Contracts\LangPublisher\Plugin[]

0 commit comments

Comments
 (0)