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

refactor(core): remove flash from the core #414

This commit is contained in:
Awilum
2020-03-15 11:58:34 +03:00
parent 90181feba2
commit 46d01bd09a
2 changed files with 0 additions and 8 deletions

View File

@@ -38,7 +38,6 @@
"flextype-components/text" : "1.1.2",
"slim/slim": "~3.12.3",
"slim/flash": "~0.4.0",
"zeuxisoo/slim-whoops": "~0.6.5",

View File

@@ -87,13 +87,6 @@ $flextype['slugify'] = static function ($container) {
]);
};
/**
* Add flash service to Flextype container
*/
$flextype['flash'] = static function ($container) {
return new Messages();
};
/**
* Adds the cache adapter to the Flextype container
*/