We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87709e8 commit ac97504Copy full SHA for ac97504
src/app/Console/Commands/Version.php
@@ -37,9 +37,9 @@ public function handle()
37
$this->line('');
38
39
$this->comment('### BACKPACK PACKAGE VERSIONS:');
40
- foreach(\PackageVersions\Versions::VERSIONS as $package => $version) {
+ foreach (\PackageVersions\Versions::VERSIONS as $package => $version) {
41
if (substr($package, 0, 9) == 'backpack/') {
42
- $this->line($package.': '.strtok($version,'@'));
+ $this->line($package.': '.strtok($version, '@'));
43
}
44
45
0 commit comments