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\Config\Repository::array does not exist. #57

Closed
tonkoshkurik opened this issue Feb 7, 2025 · 1 comment · Fixed by #64
Closed

Method Illuminate\Config\Repository::array does not exist. #57

tonkoshkurik opened this issue Feb 7, 2025 · 1 comment · Fixed by #64

Comments

@tonkoshkurik
Copy link

tonkoshkurik commented Feb 7, 2025

Just installed solo and published default configuration. When I execute it I get an error:

➜ php artisan solo

   BadMethodCallException 

  Method Illuminate\Config\Repository::array does not exist.

  at vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:112
    108▕      */
    109▕     public function __call($method, $parameters)
    110▕     {
    111▕         if (! static::hasMacro($method)) {
  ➜ 112▕             throw new BadMethodCallException(sprintf(
    113▕                 'Method %s::%s does not exist.', static::class, $method
    114▕             ));
    115▕         }
    116▕ 

      +23 vendor frames 

  24  artisan:36
      Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)

➜  php -v
PHP 8.3.16 (cli) (built: Jan 14 2025 18:25:29) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.16, Copyright (c) Zend Technologies
    with Xdebug v3.3.1, Copyright (c) 2002-2023, by Derick Rethans
    with Zend OPcache v8.3.16, Copyright (c), by Zend Technologies

Laravel Framework 10.48.28 

@aarondfrancis
Copy link
Collaborator

Aw eff. I'll fix that. Sorry!

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

Successfully merging a pull request may close this issue.

2 participants