Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method Illuminate\Support\Str::replace does not exist. #12

Closed
Imtiaze opened this issue Mar 28, 2022 · 1 comment
Closed

Method Illuminate\Support\Str::replace does not exist. #12

Imtiaze opened this issue Mar 28, 2022 · 1 comment

Comments

@Imtiaze
Copy link

Imtiaze commented Mar 28, 2022

at D:\wampp\www\paymoney\vendor\laravel\framework\src\Illuminate\Macroable\Traits\Macroable.php:77

73▕      */
 74▕     public static function __callStatic($method, $parameters)
 75▕     {
 76▕         if (! static::hasMacro($method)) {
77▕             throw new BadMethodCallException(sprintf(
 78▕                 'Method %s::%s does not exist.', static::class, $method
 79▕             ));
 80▕         }
 81▕

• Bad Method Call: Did you mean Illuminate\Support\Str::replaceLast() ?

1 D:\wampp\www\paymoney\vendor\larswiegers\laravel-translations-checker\src\Console\Commands\CheckIfTranslationsAreAllThereCommand.php:78
Illuminate\Support\Str::__callStatic("replace")

2 D:\wampp\www\paymoney\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php:36
Larswiegers\LaravelTranslationsChecker\Console\Commands\CheckIfTranslationsAreAllThereCommand::handle()

@LarsWiegers
Copy link
Owner

Hi @Imtiaze, thx for the issue. What php / laravel version are you running?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants