Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Apr 16, 2021
1 parent feb57e2 commit 5068c36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions phpunit.xml.bak

This file was deleted.

2 changes: 1 addition & 1 deletion src/Sushi.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function createTable(string $tableName, $firstRow)
public function createTableWithNoData(string $tableName)
{
static::resolveConnection()->getSchemaBuilder()->create($tableName, function ($table) {
$schema = $this->schema;
$schema = $this->getSchema();

if ($this->incrementing && ! in_array($this->primaryKey, array_keys($schema))) {
$table->increments($this->primaryKey);
Expand Down

0 comments on commit 5068c36

Please sign in to comment.