Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed May 19, 2022
1 parent 1ee9788 commit 023bcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()
{
Expand Down

0 comments on commit 023bcf3

Please sign in to comment.