Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Made slug unique
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnetters committed Jun 21, 2017
1 parent afc3638 commit 013bfd5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class WirelabModulePeopleCreatePeopleStream extends Migration
],
'slug' => [
'required' => true,
'unique' => true
],
'title' => [
'required' => true,
Expand Down

0 comments on commit 013bfd5

Please sign in to comment.