Skip to content

Commit

Permalink
Add abstract has method to config PathHelpers.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleigh committed Apr 7, 2017
1 parent 37de2df commit 44d46c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Config/PathHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ trait PathHelpers
*/
abstract public function get($value);

/**
* Return true if config array has given value.
*
* @param mixed $value
*
* @return bool
*/
abstract public function has($value);

/**
* Return the database directory path.
*
Expand Down

0 comments on commit 44d46c8

Please sign in to comment.