Skip to content

Commit

Permalink
fix #13
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Sep 14, 2024
1 parent 3346ed4 commit 009f8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builders/Traits/MessageTempMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function tempInit(): void
$table->id();
$table->string('queue');
$table->json('data');
$table->integer('create_at');
$table->integer('created_at');
});
echo "local-storage db $table-table created. " . PHP_EOL;
} catch (\Throwable) {}
Expand Down

0 comments on commit 009f8c8

Please sign in to comment.