Completed
Pull Request — master (#1)
by Armando
02:16
created
src/BotManager.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -437,13 +437,13 @@
 block discarded – undo
437 437
      */
438 438
     public function setBotExtras()
439 439
     {
440
-        $this->admins         && $this->telegram->enableAdmins($this->admins);
441
-        $this->mysql          && $this->telegram->enableMySql($this->mysql);
442
-        $this->botan_token    && $this->telegram->enableBotan($this->botan_token);
440
+        $this->admins && $this->telegram->enableAdmins($this->admins);
441
+        $this->mysql && $this->telegram->enableMySql($this->mysql);
442
+        $this->botan_token && $this->telegram->enableBotan($this->botan_token);
443 443
         $this->commands_paths && $this->telegram->addCommandsPaths($this->commands_paths);
444
-        $this->custom_input   && $this->telegram->setCustomInput($this->custom_input);
445
-        $this->download_path  && $this->telegram->setDownloadPath($this->download_path);
446
-        $this->upload_path    && $this->telegram->setUploadPath($this->upload_path);
444
+        $this->custom_input && $this->telegram->setCustomInput($this->custom_input);
445
+        $this->download_path && $this->telegram->setDownloadPath($this->download_path);
446
+        $this->upload_path && $this->telegram->setUploadPath($this->upload_path);
447 447
 
448 448
         if (is_array($this->command_configs)) {
449 449
             foreach ($this->command_configs as $command => $config) {
Please login to merge, or discard this patch.