Skip to content

Commit 430bdba

Browse files
committed
fix class
1 parent 6470e34 commit 430bdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReporterServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ public function boot()
2222
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');
2323
}
2424

25-
BootExtension::boot();
25+
Reporter::boot();
2626
}
2727
}

0 commit comments

Comments
 (0)