Modif small by thumb

This commit is contained in:
2017-10-04 17:00:02 +02:00
parent e94ccf41d3
commit a34031f914
4 changed files with 21 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ return [
'route' => 'images',
'path' => storage_path('images'),
'templates' => array(
'thumb' => \Meoran\Images\Templates\Thumb::class,
'small' => \Meoran\Images\Templates\Small::class,
'medium' => \Meoran\Images\Templates\Medium::class,
'large' => \Meoran\Images\Templates\Large::class,