Skip to content

Commit

Permalink
Merge pull request #21 from envor/main
Browse files Browse the repository at this point in the history
fix folio make command
  • Loading branch information
inmanturbo authored Mar 22, 2024
2 parents ecfeb44 + ca1e005 commit ebb217e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `one-app` will be documented in this file.

## v1.0.18 - 2024-03-22

### What's Changed

* Make commands by @inmanturbo in https://github.com/envor/one-app/pull/20

**Full Changelog**: https://github.com/envor/one-app/compare/v1.0.17...v1.0.18

## v1.0.17 - 2024-03-14

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/FolioMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Envor\OneApp\Commands;

use Livewire\Volt\Console\MakeCommand;
use Laravel\Folio\Console\MakeCommand;
use Symfony\Component\Console\Attribute\AsCommand;
use Symfony\Component\Console\Input\InputOption;

Expand Down

0 comments on commit ebb217e

Please sign in to comment.