[GH-ISSUE #1455] 🐛 [Bug] Default value for DEFAULT_SETTING_INLINE_MESSAGE_STYLE is set to DEFAULT_SETTING_INLINE_MESSAGE #655

Closed
opened 2026-02-25 21:35:36 +03:00 by kerem · 1 comment
Owner

Originally created by @Denperidge on GitHub (Feb 22, 2025).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1455

🐛 Bug

In config/app.php, the following entries can be found:

    'default_setting_inline_message' => env('DEFAULT_SETTING_INLINE_MESSAGE', 
    'default_setting_inline_message_style' => env('DEFAULT_SETTING_INLINE_MESSAGE', 'right'),

I think this is not intentional. If it is, my bad!

Version & Environment

Rev: current master, [8aa4f07ed6]

Originally created by @Denperidge on GitHub (Feb 22, 2025). Original GitHub issue: https://github.com/cypht-org/cypht/issues/1455 ## 🐛 Bug In `config/app.php`, the following entries can be found: ```php 'default_setting_inline_message' => env('DEFAULT_SETTING_INLINE_MESSAGE', 'default_setting_inline_message_style' => env('DEFAULT_SETTING_INLINE_MESSAGE', 'right'), ``` I think this is not intentional. If it is, my bad! ### Version & Environment <!-- Paste Git-Commit ID or Tag-Name here --> Rev: current master, [8aa4f07ed67f86ebd612437740553e7f5787eda7]
kerem 2026-02-25 21:35:36 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Shadow243 commented on GitHub (Mar 20, 2025):

@Denperidge Good catch! Indeed, there's a mistake: the key 'default_setting_inline_message' is repeated. Thanks for the correction! Fixed. by @Baraka24 " 😊

<!-- gh-comment-id:2741049241 --> @Shadow243 commented on GitHub (Mar 20, 2025): @Denperidge Good catch! Indeed, there's a mistake: the key 'default_setting_inline_message' is repeated. Thanks for the correction! Fixed. by @Baraka24 " 😊
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#655
No description provided.