Skip to content

Commit

Permalink
new build 502
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Dec 2, 2021
1 parent 8cd384d commit 4438d54
Show file tree
Hide file tree
Showing 81 changed files with 274 additions and 245 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 UpdateCraterVersion502 extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Setting::setSetting('version', '5.0.1');
}

/**
* 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 4438d54

Please sign in to comment.