mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-04-29 18:29:53 -05:00
Add upgrade method
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
* Command handler class
|
||||
*/
|
||||
class MigrationUpgrade implements Asatru\Commands\Command {
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function upgradeTo4dot5()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user