Commit 899cb367 authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - Table config update

parent e6de9b76
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
class Config class Config
{ {
public $methodAllocation = [ public $methodAllocation = [
'Limitless::TableStart' => 'tableStart', 'Limitless::TableStart' => 'tableStart',
'Limitless::TableStop' => 'tableStop', 'Limitless::TableStop' => 'tableStop',
'Limitless::TableAutofillHeader' => 'tableAutofillHeader', 'Limitless::TableAutofillHeader' => 'tableAutofillHeader',
'Limitless::TableAutofillBody' => 'tableAutofillBody' 'Limitless::TableAutofillBody' => 'tableAutofillBody'
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment