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

SERV-2286 - Table config update

parent e6de9b76
......@@ -32,10 +32,10 @@
class Config
{
public $methodAllocation = [
'Limitless::TableStart' => 'tableStart',
'Limitless::TableStop' => 'tableStop',
'Limitless::TableAutofillHeader' => 'tableAutofillHeader',
'Limitless::TableAutofillBody' => 'tableAutofillBody'
'Limitless::TableStart' => 'tableStart',
'Limitless::TableStop' => 'tableStop',
'Limitless::TableAutofillHeader' => 'tableAutofillHeader',
'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