[PR #863] [MERGED] Remove forgotten Hm_Environment class usage from framework.php #1101

Closed
opened 2026-02-25 21:37:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/863
Author: @Shadow243
Created: 1/10/2024
Status: Merged
Merged: 1/11/2024
Merged by: @kroky

Base: masterHead: forget-to-remove-class-usage


📝 Commits (1)

  • d98a737 Remove forgotten Hm_Environment class usage from framework.php

📊 Changes

3 files changed (+4 additions, -11 deletions)

View changed files

📝 config/app.php (+1 -1)
📝 index.php (+2 -6)
📝 lib/framework.php (+1 -4)

📄 Description

In the last PR: https://github.com/cypht-org/cypht/pull/853/ I removed Hm_Environment usage from framework.php to index.php, in this PR I'm deleting the usage that has been forgotten:

$environment = Hm_Environment::getInstance();
$environment->load();

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/863 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 1/10/2024 **Status:** ✅ Merged **Merged:** 1/11/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `forget-to-remove-class-usage` --- ### 📝 Commits (1) - [`d98a737`](https://github.com/cypht-org/cypht/commit/d98a7370690b51cf49d65fc9f0bbfb711cccec76) Remove forgotten Hm_Environment class usage from framework.php ### 📊 Changes **3 files changed** (+4 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `config/app.php` (+1 -1) 📝 `index.php` (+2 -6) 📝 `lib/framework.php` (+1 -4) </details> ### 📄 Description In the last PR: https://github.com/cypht-org/cypht/pull/853/ I removed Hm_Environment usage from framework.php to index.php, in this PR I'm deleting the usage that has been forgotten: ``` $environment = Hm_Environment::getInstance(); $environment->load(); ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:14 +03:00
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#1101
No description provided.