Use Config object to store config options

This commit is contained in:
QWp6t
2016-12-24 23:14:16 -08:00
parent 5d454ba8ed
commit c0fc19ef61
7 changed files with 134 additions and 28 deletions

8
src/lib/Sage/Config.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
namespace Roots\Sage;
class Config extends \Illuminate\Config\Repository
{
}