Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
style(install): fix coding style
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed May 3, 2018
1 parent 405ac63 commit 6a54cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
WHERE `name` like 'full access from localhost'";
$DB->query($apiClientQuery);

if($dev) {
if ($dev) {
$entityConfig = new PluginFlyvemdmEntityConfig();
$entityConfig->getFromDBByCrit([
'entities_id' => '0',
Expand Down

0 comments on commit 6a54cea

Please sign in to comment.