From deaecb9d8b045fcf29bd31b9aab6d56e8bc09a61 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 25 Oct 2018 22:33:49 -0500 Subject: [PATCH] stdclass error --- database/migrations/2018_10_24_032959_create_prices_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2018_10_24_032959_create_prices_table.php b/database/migrations/2018_10_24_032959_create_prices_table.php index 0f8e2801a..533f872d2 100644 --- a/database/migrations/2018_10_24_032959_create_prices_table.php +++ b/database/migrations/2018_10_24_032959_create_prices_table.php @@ -13,7 +13,7 @@ class CreatePricesTable extends Migration */ public function up() { - Schema::create('prices', function (Blueprint $table) { + Schema::create('Prices', function (Blueprint $table) { $table->increments('id'); $table->text('Name'); $table->integer('ItemId');