We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5d7fc commit 895ff48Copy full SHA for 895ff48
src/MigrationsGeneratorServiceProvider.php
@@ -35,9 +35,6 @@ class MigrationsGeneratorServiceProvider extends ServiceProvider
35
{
36
/**
37
* Register the service provider.
38
- *
39
- * @throws \Illuminate\Contracts\Container\BindingResolutionException
40
- * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
41
*/
42
public function register(): void
43
@@ -103,9 +100,6 @@ public function boot(): void
103
100
104
101
105
102
* Register the config path.
106
107
108
109
110
protected function registerConfig(): void
111
0 commit comments