🍱 Adding or updating assets.

This commit is contained in:
WispX
2020-03-13 22:37:01 +08:00
parent a34aa85c39
commit b719e6019a
2 changed files with 135 additions and 0 deletions
@@ -85,4 +85,9 @@ class System extends Base
$this->success('发送成功');
}
}
public function upgrade()
{
(new \Upgrade(app()->getRootPath()))->exec();
}
}