close #404 Fixed: Apps are not updating
This commit is contained in:
@ -70,7 +70,7 @@ class Updater
|
||||
}
|
||||
} else {
|
||||
// Get module instance
|
||||
$module = Module::get($alias);
|
||||
$module = Module::findByAlias($alias);
|
||||
$model = Model::where('alias', $alias)->first();
|
||||
|
||||
// Move all files/folders from temp path
|
||||
|
Reference in New Issue
Block a user