Skip to content

Commit 18507dd

Browse files
committed
new build 606
1 parent 7275f3d commit 18507dd

File tree

112 files changed

+438
-412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+438
-412
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
3+
use Crater\Models\Setting;
4+
use Illuminate\Database\Migrations\Migration;
5+
6+
class UpdateCraterVersion606 extends Migration
7+
{
8+
/**
9+
* Run the migrations.
10+
*
11+
* @return void
12+
*/
13+
public function up()
14+
{
15+
Setting::setSetting('version', '6.0.6');
16+
}
17+
18+
/**
19+
* Reverse the migrations.
20+
*
21+
* @return void
22+
*/
23+
public function down()
24+
{
25+
//
26+
}
27+
}

public/build/assets/AccountSetting.6cb82167.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/build/assets/AccountSetting.7f3b69b7.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)