Open grafxflow opened 7 years ago
When I update Laravel 5.3 > 5.4 I get the following message.
Call to undefined method Illuminate\Routing\Route::getUri()
I needed to change the file tracker\src\Data\RepositoryManager.php
Line 568
return '/'.$route->current()->getUri();
to
return '/'.$route->current()->uri();
me, too ,please update to composer!
Same
This is also an error on my code !
When I update Laravel 5.3 > 5.4 I get the following message.
Call to undefined method Illuminate\Routing\Route::getUri()
I needed to change the file tracker\src\Data\RepositoryManager.php
Line 568
return '/'.$route->current()->getUri();
to
return '/'.$route->current()->uri();