Skip to content

Commit

Permalink
Add web and api versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Nov 30, 2015
1 parent 8cc907d commit 2a2a350
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Commands/Seat/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ public function __construct()
public function handle()
{

$this->line('eveapi version: ' . config('eveapi.config.version'));
$this->line('api version: ' . config('api.config.version'));
$this->line('console version: ' . config('console.config.version'));
$this->line('eveapi version: ' . config('eveapi.config.version'));
$this->line('web version: ' . config('web.config.version'));
$this->line('services version: ' . config('services.config.version'));
}
}

0 comments on commit 2a2a350

Please sign in to comment.