14 lines
228 B
Perl
14 lines
228 B
Perl
# OTRS config file (automatically generated)
|
|
# VERSION:1.1
|
|
package Kernel::Config::Files::ZZZACL;
|
|
use strict;
|
|
use warnings;
|
|
no warnings 'redefine'; ## no critic
|
|
use utf8;
|
|
sub Load {
|
|
my ($File, $Self) = @_;
|
|
|
|
return;
|
|
}
|
|
1;
|