Skip to content

Commit 5da1cd4

Browse files
wip
1 parent b22afbb commit 5da1cd4

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

packages/github/database/add_github_token_to_user.php.stub renamed to packages/github/database/migrations/add_github_token_to_user.php.stub

File renamed without changes.

packages/github/src/GithubServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function configureMoox(Package $package): void
1818
->hasCommands([
1919
Commands\GitHubTokenCommand::class,
2020
])
21+
->hasMigration('add_github_token_to_user')
2122
->hasConfigFile();
2223
}
2324
}

0 commit comments

Comments
 (0)