1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 05:04:03 +00:00

added // todo@tests

This commit is contained in:
Abrar Ahmad 2022-07-01 12:21:41 +05:00
parent c515bbfaa1
commit 8f1ebde3ab
6 changed files with 6 additions and 2 deletions

View file

@ -238,7 +238,6 @@ dataset('database_manager_provider', [
['sqlsrv', MicrosoftSQLDatabaseManager::class]
]);
// Helpers
function createUsersTable()
{
Schema::create('users', function (Blueprint $table) {