mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
Refactoring
This commit is contained in:
@@ -36,6 +36,6 @@ class CreateFileManagerFolders extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::dropIfExists('file_manager_folders');
|
||||
Schema::dropIfExists('folders');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,6 +43,6 @@ class CreateFileManagerFiles extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::dropIfExists('file_manager_files');
|
||||
Schema::dropIfExists('files');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user