Skip to content

Commit

Permalink
Quick Update
Browse files Browse the repository at this point in the history
  • Loading branch information
glorand committed Jul 8, 2019
1 parent 46cd483 commit 58f7238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Build Status](https://scrutinizer-ci.com/g/glorand/laravel-eloquent-model-uuid/badges/build.png?b=master)](https://scrutinizer-ci.com/g/glorand/laravel-eloquent-model-uuid/build-status/master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/glorand/laravel-eloquent-model-uuid/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/glorand/laravel-eloquent-model-uuid/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/glorand/laravel-eloquent-model-uuid/?branch=master)

A simple solution for providing UUID support for the IDs of your Eloquent models.

## Installation
Expand Down
2 changes: 2 additions & 0 deletions src/Database/Concerns/Uuid.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

trait Uuid
{
abstract public function getKeyName();

protected static function boot(): void
{
parent::boot();
Expand Down

0 comments on commit 58f7238

Please sign in to comment.