myaac/system/libs/twig/Profiler/NodeVisitor/ProfilerNodeVisitor.php
slawkens 45f988c420 *some fixes
* fixed installing samples when for example Rook Sample already exist and other samples not
* fixed some mysql error when character you trying to create already exist
* fixed signature fonts finding path
* removed DEFAULT '' for TEXT field. It didn't worked under some systems like MAC OS X.
* moved news adding at installation from schema.sql to finish.php
* removed some unused cities field from myaac_spells table
* some optimizations
2017-08-23 17:00:41 +02:00

12 lines
200 B
PHP
Executable File

<?php
namespace Twig\Profiler\NodeVisitor;
class_exists('Twig_Profiler_NodeVisitor_Profiler');
if (\false) {
class ProfilerNodeVisitor extends \Twig_Profiler_NodeVisitor_Profiler
{
}
}