add updates
This commit is contained in:
@@ -38,7 +38,7 @@ class LocaleManagerRepo
|
||||
$this->localeAppUrl = config('app.locale_app.url');
|
||||
$this->localeAppApiToken = config('app.locale_app.api_token');
|
||||
|
||||
$this->fileSystem = new Filesystem();
|
||||
$this->fileSystem = new Filesystem;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -46,7 +46,7 @@ class LocaleManagerRepo
|
||||
*/
|
||||
public static function make(): self
|
||||
{
|
||||
return new self();
|
||||
return new self;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user