From 023bcf34d528766516c33d3a60c10bd05eecc6de Mon Sep 17 00:00:00 2001 From: Aris Ripandi Date: Fri, 20 May 2022 04:30:14 +0700 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5984ee..a73dbc6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This package adds a very simple trait to automatically generate a UUID, Ulid, or First, you need to add an extra column in your migration. For example: ```sh -php artisan make:migration AddUidColumnToUsersTable +php artisan make:migration AddOptikeyToUsersTable ``` ```php @@ -41,7 +41,7 @@ use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; -class AddUidColumnToUsersTable extends Migration +class AddOptikeyToUsersTable extends Migration { public function up() {