diff --git a/backend/app/Contracts/DatabaseDriverInterface.php b/backend/app/Contracts/DatabaseDriverInterface.php index 152f6ba..1271cc4 100644 --- a/backend/app/Contracts/DatabaseDriverInterface.php +++ b/backend/app/Contracts/DatabaseDriverInterface.php @@ -37,7 +37,7 @@ interface DatabaseDriverInterface /** * Export the database. */ - public function export(array $config): string; + public function export(array $config, array $filters = []): string; /** * Import the database.