We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fdf17 commit ce5c318Copy full SHA for ce5c318
src/Utils/SystemInfo.php
@@ -58,7 +58,7 @@ public function getVersions(): array
58
return [
59
'Phalcon DevTools Version' => Version::get(),
60
'Phalcon Version' => PhVersion::get(),
61
- 'AdminLTE Version' => ADMIN_LTE_VERSION,
+ 'AdminLTE Version' => '3.0.1',
62
];
63
}
64
0 commit comments