8 lines
151 B
PHP
Executable File
8 lines
151 B
PHP
Executable File
<?php
|
|
namespace Rails\Toolbox\FileGenerators;
|
|
|
|
abstract class AbstractGenerator implements GeneratorInterface
|
|
{
|
|
const NAMESPACE_SEPARATOR = '/';
|
|
}
|