Skip to content

Commit

Permalink
in memory create
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Feb 12, 2024
1 parent 5e8045f commit 7c681e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ManagedDatabases.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,9 @@ public static function configureInMemoryDatabase($database)

static::setDefaultConnection($database);
}

public static function createInMemoryDatabase($database)
{
$database = static::createsInMemoryConnectionConfig($database);
}
}

0 comments on commit 7c681e4

Please sign in to comment.