From cfad62274d50c49e73232f5af6516298dee0d0a1 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 23 Dec 2018 23:44:23 +0300 Subject: [PATCH] Snippets: Implementation --- flextype/Snippets.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 flextype/Snippets.php diff --git a/flextype/Snippets.php b/flextype/Snippets.php new file mode 100644 index 00000000..706091e7 --- /dev/null +++ b/flextype/Snippets.php @@ -0,0 +1,23 @@ + + * @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 +{ + +}