We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c73e73 + ebe5df5 commit 90cddb0Copy full SHA for 90cddb0
1 file changed
app/Commands/Command.php
@@ -16,7 +16,7 @@ public function __construct()
16
{
17
parent::__construct();
18
19
- $this->ploi = new PloiAPI;
+ $this->ploi = app(PloiAPI::class);
20
$this->configuration = new Configuration;
21
}
22
0 commit comments