Skip to content

Commit

Permalink
init config
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadAdly committed Feb 16, 2017
1 parent 6cc1ff1 commit 8037380
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/uuid.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Uuid Column
|--------------------------------------------------------------------------
|
| Every model that needs to be scoped by uuid
| should have a uuid column that reference the uuid value.
|
*/

'default_uuid_column' => 'uuid',

];

0 comments on commit 8037380

Please sign in to comment.