Skip to content

Commit

Permalink
new build 604
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Feb 17, 2022
1 parent 6529fa1 commit 2383e89
Show file tree
Hide file tree
Showing 111 changed files with 425 additions and 396 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php

use Crater\Models\Setting;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class UpdateCraterVersion604 extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Setting::setSetting('version', '6.0.4');
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
//
}
}

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

Loading

0 comments on commit 2383e89

Please sign in to comment.