Skip to content

Commit

Permalink
Merge pull request #2940 from paulbalandan/exceptions-config
Browse files Browse the repository at this point in the history
Allow Exceptions config to extend BaseConfig
  • Loading branch information
lonnieezell authored May 6, 2020
2 parents a3d5b51 + 1252787 commit a5e3fa2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/Config/Exceptions.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?php namespace Config;

use CodeIgniter\Config\BaseConfig;

/**
* Setup how the exception handler works.
*
* @package Config
*/

class Exceptions
class Exceptions extends BaseConfig
{
/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit a5e3fa2

Please sign in to comment.