1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-16 01:54:28 +02:00

Snippets: Implementation

This commit is contained in:
Awilum
2018-12-23 23:44:23 +03:00
parent 00676a8558
commit cfad62274d

23
flextype/Snippets.php Normal file
View File

@@ -0,0 +1,23 @@
<?php
/**
* @package Flextype
*
* @author Sergey Romanenko <awilum@yandex.ru>
* @link http://flextype.org
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Flextype;
use Flextype\Component\Filesystem\Filesystem;
use Flextype\Component\Event\Event;
use Flextype\Component\I18n\I18n;
use Flextype\Component\Registry\Registry;
class Snippets
{
}