Skip to content

Commit

Permalink
Merge branch 'main' of github.com:stephenjude/filament-jetstream
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude committed Feb 29, 2024
2 parents a582080 + 6b0f884 commit 8e7162a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `filament-jetstream` will be documented in this file.

## 0.0.2 - 2024-02-29

- Fixed class not found

## 0.0.1 - 2024-02-29

- Initial release.
Expand Down
1 change: 0 additions & 1 deletion src/FilamentJetstreamServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public function configurePackage(Package $package): void
$package->hasViews(static::$viewNamespace);
}


if ($this->isInstalled('laravel/jetstream')) {
Fortify::$registersRoutes = false;
Jetstream::$registersRoutes = false;
Expand Down

0 comments on commit 8e7162a

Please sign in to comment.