From a646c79a7b6a8c9ccc0689abcbb7b85c2d7e3a3b Mon Sep 17 00:00:00 2001 From: Jarvis Date: Thu, 8 Dec 2022 12:27:24 +0800 Subject: [PATCH] docs: header comment --- src/Commands/stubs/command-provider.stub | 6 ++++++ src/Commands/stubs/event-provider.stub | 12 +++++++++--- src/Commands/stubs/exception-provider.stub | 8 +++++++- src/Commands/stubs/route-provider.stub | 6 ++++++ src/Commands/stubs/routes/api.stub | 6 ++++++ src/Commands/stubs/routes/web.stub | 6 ++++++ src/Commands/stubs/scaffold/config.stub | 6 ++++++ src/Commands/stubs/scaffold/provider.stub | 6 ++++++ src/Commands/stubs/schedule-provider.stub | 8 +++++++- src/Commands/stubs/seeder.stub | 6 ++++++ 10 files changed, 65 insertions(+), 5 deletions(-) diff --git a/src/Commands/stubs/command-provider.stub b/src/Commands/stubs/command-provider.stub index 4e437df..776acef 100644 --- a/src/Commands/stubs/command-provider.stub +++ b/src/Commands/stubs/command-provider.stub @@ -1,5 +1,11 @@ [ - // When the user uninstalls, if the data needs to be deleted, the listener is configured here. + // When the user uninstalls, if the data needs to be deleted, the listener is configured here. ], ]; - + /** * The subscribers to register. * @@ -51,4 +57,4 @@ class $CLASS$ extends ServiceProvider { return false; } -} \ No newline at end of file +} diff --git a/src/Commands/stubs/exception-provider.stub b/src/Commands/stubs/exception-provider.stub index 7f61fbe..8a1e287 100644 --- a/src/Commands/stubs/exception-provider.stub +++ b/src/Commands/stubs/exception-provider.stub @@ -1,5 +1,11 @@ '$STUDLY_NAME$', ]; diff --git a/src/Commands/stubs/scaffold/provider.stub b/src/Commands/stubs/scaffold/provider.stub index ed24310..82e2ddd 100644 --- a/src/Commands/stubs/scaffold/provider.stub +++ b/src/Commands/stubs/scaffold/provider.stub @@ -1,5 +1,11 @@ command('inspire')->hourly(); } -} \ No newline at end of file +} diff --git a/src/Commands/stubs/seeder.stub b/src/Commands/stubs/seeder.stub index b957b73..95fd0f6 100644 --- a/src/Commands/stubs/seeder.stub +++ b/src/Commands/stubs/seeder.stub @@ -1,5 +1,11 @@