Skip to content

Commit 34c720b

Browse files
committed
Go go travis
1 parent 29da4c1 commit 34c720b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/models/MysqlUser.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ public static function executeSchema()
4242
{
4343
$schema = Schema::connection('mysql');
4444

45-
if (!$schema->hasTable('users'))
46-
{
47-
Schema::connection('mysql')->create('users');
48-
}
49-
5045
if (!$schema->hasColumn('users', 'id'))
5146
{
5247
Schema::connection('mysql')->table('users', function($table)

0 commit comments

Comments
 (0)