Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Refactor config file
Browse files Browse the repository at this point in the history
romanbican committed Jun 16, 2015
1 parent c89dd6c commit febb1ed
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/config/roles.php
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Database Table Prefix
| Package Connection
|--------------------------------------------------------------------------
|
| If your tables have a prefix you may specify that here.
| You can set a different database connection for this package. It will set
| new connection for models Role and Permission. When this option is null,
| it will connect to the main database, which is set up in database.php
|
*/

'prefix' => '',
'connection' => null,

/*
|--------------------------------------------------------------------------
| Package Connection
| Database Table Prefix
|--------------------------------------------------------------------------
|
| You can set a different database connection for this package. It will set
| new connection for models Role and Permission. When this option is null,
| it will connect to the main database, which is set up in database.php
| If your tables have a prefix you may specify that here.
|
*/

'connection' => null,
'prefix' => '',

/*
|--------------------------------------------------------------------------

0 comments on commit febb1ed

Please sign in to comment.