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 e63b8be commit c877955Copy full SHA for c877955
Plugin.php
@@ -36,8 +36,6 @@ public function register()
36
37
public function boot(): void
38
{
39
- parent::boot();
40
-
41
$this->registerConsoleCommand('airtable.tables', Tables::class);
42
$this->registerConsoleCommand('airtable.records', Records::class);
43
$this->registerConsoleCommand('airtable.backup', Backup::class);
0 commit comments