diff options
Diffstat (limited to 'lib/models/MvvOverlappingExclude.php')
| -rw-r--r-- | lib/models/MvvOverlappingExclude.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/models/MvvOverlappingExclude.php b/lib/models/MvvOverlappingExclude.php index a940787..108de7f 100644 --- a/lib/models/MvvOverlappingExclude.php +++ b/lib/models/MvvOverlappingExclude.php @@ -22,7 +22,8 @@ class MvvOverlappingExclude extends SimpleORMap * * @param array $config Configuration */ - protected static function configure($config = array()) { + protected static function configure($config = array()) + { $config['db_table'] = 'mvv_ovl_excludes'; $config['belongs_to']['selection'] = [ @@ -38,4 +39,3 @@ class MvvOverlappingExclude extends SimpleORMap } } - |
