Skip to content

Commit

Permalink
Merge pull request #111 from hydephp/remove-deprecated-internal-asset…
Browse files Browse the repository at this point in the history
…manager-trait

Remove deprecated internal AssetManager trait
  • Loading branch information
caendesilva authored Jun 25, 2022
2 parents c7ffb61 + 640a95b commit 194e0fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This serves two purposes:

### Removed
- Removed the `--pretty` build command option which was deprecated in v0.25.x
- Removed deprecated internal AssetManager trait which was replaced with the Asset facade

### Fixed
- HydeRC: Fixes a bug in the auxiliary exception handler leading to unintentional recursion causing out of memory errors in both the browser and the PHP server.
Expand Down
46 changes: 0 additions & 46 deletions packages/framework/src/Concerns/Internal/AssetManager.php

This file was deleted.

2 changes: 0 additions & 2 deletions packages/framework/src/Hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Hyde\Framework;

use Composer\InstalledVersions;
use Hyde\Framework\Concerns\Internal\AssetManager;
use Hyde\Framework\Concerns\Internal\FileHelpers;
use Hyde\Framework\Concerns\Internal\FluentPathHelpers;
use Hyde\Framework\Helpers\HydeHelperFacade;
Expand All @@ -21,7 +20,6 @@
class Hyde
{
use FileHelpers;
use AssetManager;
use FluentPathHelpers;
use HydeHelperFacade;

Expand Down

0 comments on commit 194e0fc

Please sign in to comment.