mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Fixed copypasta in email_logo down() method
This commit is contained in:
parent
c7f48951a9
commit
9f79028391
|
@ -26,7 +26,7 @@ class AddLabelLogoToSettings extends Migration
|
|||
public function down()
|
||||
{
|
||||
Schema::table('settings', function (Blueprint $table) {
|
||||
$table->dropColumn('email_logo');
|
||||
$table->dropColumn('label_logo');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue