Skip to content

Commit

Permalink
Add defined function import in Flowbite::class. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jan 23, 2024
1 parent 8ba69a3 commit a25f2be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Change Log

## 0.1.2 Under development

- Bug #5: Add defined function import in `Flowbite::class` (@terabytesoftw)

## 0.1.1 January 23, 2024

- Bug #4: Fix phpdoc, update `README.md`, clean tests, and update `styleci.yml` configuration (@terabytesoftw)
Expand Down
2 changes: 2 additions & 0 deletions src/Flowbite.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
use Yiisoft\Assets\AssetBundle;
use Yiisoft\Files\PathMatcher\PathMatcher;

use function defined;

/**
* Flowbite CSS bundle.
*/
Expand Down

0 comments on commit a25f2be

Please sign in to comment.