Skip to content

Commit

Permalink
fix: carbon downgraded and some file reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Sep 30, 2024
1 parent 61fa4f9 commit 4a9631e
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 139 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"laravel/ui": "^4.0",
"maatwebsite/excel": "^3.1.46",
"mpdf/mpdf": "^8.2",
"nesbot/carbon": "^2.72.2",
"openai-php/laravel": "^0.10.1",
"paypal/paypal-checkout-sdk": "1.0.1",
"predis/predis": "^2.2",
Expand Down
204 changes: 66 additions & 138 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function up()
$table->integer('category_id')->unsigned();
$table->text('name');
$table->string('slug');
$table->string('url_path', 2048)->nullable();
$table->string('url_path', 2048);
$table->text('description')->nullable();
$table->text('meta_title')->nullable();
$table->text('meta_description')->nullable();
Expand Down
Loading

0 comments on commit 4a9631e

Please sign in to comment.