├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── UPGRADE.md ├── composer.json └── src └── InheritRole.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/db-role/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/db-role/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/db-role/HEAD/README.md -------------------------------------------------------------------------------- /UPGRADE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/db-role/HEAD/UPGRADE.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/db-role/HEAD/composer.json -------------------------------------------------------------------------------- /src/InheritRole.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/db-role/HEAD/src/InheritRole.php --------------------------------------------------------------------------------