update the missing implements syntax
This commit is contained in:
parent
937e6e127f
commit
0bbd2568ee
|
|
@ -9,7 +9,7 @@
|
|||
* @access public
|
||||
* @author Mark Crane <mark@fusionpbx.com>
|
||||
*/
|
||||
class settings {
|
||||
class settings implements clear_cache {
|
||||
|
||||
/**
|
||||
* Set in the constructor. String used to load a specific domain. Must be a value domain UUID before sending to the constructor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue