File tree Expand file tree Collapse file tree 4 files changed +1
-72
lines changed
Expand file tree Collapse file tree 4 files changed +1
-72
lines changed Original file line number Diff line number Diff line change 1212 "doctrine/doctrine-cache-bundle" : " ^1.3" ,
1313 "doctrine/phpcr-bundle" : " ^2.0" ,
1414 "doctrine/phpcr-odm" : " ^1.4" ,
15- "helios-ag/fm-elfinder-bundle" : " ^8" ,
1615 "jackalope/jackalope-doctrine-dbal" : " ^1.3" ,
1716 "league/flysystem-cached-adapter" : " ^1.0" ,
1817 "league/flysystem-phpcr" : " ^1.1" ,
Original file line number Diff line number Diff line change 1515
1616use Doctrine \Common \EventSubscriber ;
1717use Doctrine \Common \Persistence \Event \LifecycleEventArgs ;
18- use Doctrine \Common \Persistence \Event \PreUpdateEventArgs ;
1918use Liip \ImagineBundle \Imagine \Cache \CacheManager ;
2019use Liip \ImagineBundle \Imagine \Filter \FilterManager ;
2120use PhpMob \MediaBundle \Model \FileInterface ;
@@ -61,7 +60,7 @@ public function prePersist(LifecycleEventArgs $args)
6160 /**
6261 * {@inheritdoc}
6362 */
64- public function preUpdate (PreUpdateEventArgs $ args )
63+ public function preUpdate (LifecycleEventArgs $ args )
6564 {
6665 $ this ->uploadFile ($ args ->getObject ());
6766 }
Original file line number Diff line number Diff line change 22
33parameters :
44 phpmob.imagine.loader : default
5- phpmob.fm_elfinder.lang : " en"
6- phpmob.fm_elfinder.tmp_path_private : " %kernel.root_dir%/../web/thumbnail"
7- phpmob.fm_elfinder.tmp_path_public : " %kernel.root_dir%/../web/thumbnail"
8- phpmob.fm_elfinder.url_private : " media/cache/resolve/strip/private"
9- phpmob.fm_elfinder.url_public : " media/cache/resolve/strip/public"
10- phpmob.fm_elfinder.asset_path : " /assets"
115 phpmob.uploader.local_directory : " %kernel.root_dir%/../var/media"
126 phpmob.flysystem.cache_adapter : " cache.app"
137# liip_imagine.pngquant.binary: /usr/local/bin/pngquant
148# liip_imagine.mozjpeg.binary: /usr/local/bin/cjpeg
159
16- imports :
17- - { resource: "@PhpMobMediaBundle/Resources/config/app/fm_elfinder.yml" }
18-
1910doctrine :
2011 dbal :
2112 types :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments