@@ -55,5 +55,4 @@
<button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>
</div>
-</div>
</form>
@@ -25,7 +25,7 @@ class Category Extends Model
*/
public static function getTypeList()
{
- $typelist = config('site', 'categorytype');
+ $typelist = config('site.categorytype');
return $typelist;
}