marcreichel/igdb-laravel

Symfony\Component\Debug\Exception\FatalThrowableError Call to undefined function MarcReichel\IGDBLaravel\starts_with()

dominik-wbz opened this issue · 3 comments

Hello,

after fresh install laravel 6, I get the following error:

Symfony\Component\Debug\Exception\FatalThrowableError Call to undefined function MarcReichel\IGDBLaravel\starts_with()

<?php

namespace App\Http\Controllers;

use MarcReichel\IGDBLaravel\Models\Game;

class TestController extends Controller {
	function test() {
		$game = Game::find(1905);

		if ($game) {
			echo $game->name; // Will output "Fortnite"
		}
	}
}

Can you please help?

I going to fix this tomorrow and will provide a new release

Thaaank you man :)

Fixed with Release v0.10.1