From 21f6b514121d4fa32913f818e2eda1240106f7da Mon Sep 17 00:00:00 2001 From: Oscar Mwanandimai Date: Fri, 30 Sep 2016 04:47:54 +0200 Subject: [PATCH 1/2] removed occurrence of word permission --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0ba35d8..d854f83 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ This project was largely inspired by Roman's [romanbican/roles](https://github.c - [Composer](#composer) - [Service Provider](#service-provider) - [Config File And Migrations](#config-file-and-migrations) - - [HasRoleAndPermission Trait And Contract](#hasroleandpermission-trait-and-contract) + - [HasRoleAndPermission Trait And Contract](#hasrole-trait-and-contract) - [Usage](#usage) - [Creating Roles](#creating-roles) - [Attaching And Detaching Roles](#attaching-and-detaching-roles) From c599c13801bed2b86d6ca7b60126653ca959e295 Mon Sep 17 00:00:00 2001 From: Oscar Mwanandimai Date: Fri, 30 Sep 2016 04:49:39 +0200 Subject: [PATCH 2/2] removed omitted occurrence of word permission --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d854f83..db0c8d8 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ This project was largely inspired by Roman's [romanbican/roles](https://github.c - [Composer](#composer) - [Service Provider](#service-provider) - [Config File And Migrations](#config-file-and-migrations) - - [HasRoleAndPermission Trait And Contract](#hasrole-trait-and-contract) + - [HasRole Trait And Contract](#hasrole-trait-and-contract) - [Usage](#usage) - [Creating Roles](#creating-roles) - [Attaching And Detaching Roles](#attaching-and-detaching-roles)