Skip to content

Commit

Permalink
Update Provider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Sep 24, 2021
1 parent 26a2013 commit f312db8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/LangPublisher/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit f312db8

Please sign in to comment.