Open DrZiLLo opened 2 years ago
Can you provide more info? What where you doing to cause this?
@jagehring the problem was solved by correcting a piece of code It was $response = Rcon::command('status'); became $response = (new \Adams\Rcon\Rcon)->command('status');
Glad you figured it out for your usage. I am using $response = Rcon::command('status'); with no issues. Did you make sure to add the service provider and facade?