me7media / fun

0 stars 0 forks source link

Call to undefined method Illuminate\Foundation\Application::share() #1

Open me7media opened 6 years ago

me7media commented 6 years ago

Call to undefined method Illuminate\Foundation\Application::share() Project Share() method file is the Following Path: Your Project >> Vendor >> laravel >> framework >> src >> Illuminate >> Container >> Container.php Comment your share() method code and put below code. public function singleton($abstract, $concrete = null) { $this->bind($abstract, $concrete, true); }