mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Fix migration for models on labels
This commit is contained in:
parent
4bfd7a7e4e
commit
b4542d4d42
|
@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Schema;
|
|||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
|
||||
class LabelsDisplayCompanyName extends Migration
|
||||
class LabelsDisplayModelName extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
Loading…
Reference in a new issue