Skip to content

Commit c877955

Browse files
Update Plugin.php
1 parent e63b8be commit c877955

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Plugin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ public function register()
3636

3737
public function boot(): void
3838
{
39-
parent::boot();
40-
4139
$this->registerConsoleCommand('airtable.tables', Tables::class);
4240
$this->registerConsoleCommand('airtable.records', Records::class);
4341
$this->registerConsoleCommand('airtable.backup', Backup::class);

0 commit comments

Comments
 (0)