Skip to content

Commit

Permalink
chore: make the watcher module internal
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 7, 2024
1 parent 8d9b6e7 commit 51ffb78
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"sync/atomic"
"time"

"github.com/dunglas/frankenphp/watcher"
"github.com/dunglas/frankenphp/internal/watcher"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"
)
Expand Down

0 comments on commit 51ffb78

Please sign in to comment.