Update Picture to S3

This commit is contained in:
Mathieu Lagacé
2020-10-24 19:28:09 -04:00
parent 4f83774200
commit 2f9e6d4d15
5 changed files with 44 additions and 37 deletions

View File

@@ -60,12 +60,6 @@
// 'perm' => 'article_see',
// 'child' => null
//],
//'Images' => [
// 'route' => 'admin.picture',
// 'icon' => 'fas fa-images',
// 'perm' => 'picture_see',
// 'child' => null
//],
'Utilisateurs' => [
'route' => 'admin.users',
'icon' => 'fas fa-users',
@@ -78,6 +72,12 @@
'perm' => 'cadet_list_see',
'child' => null
],
'Images' => [
'route' => 'admin.picture',
'icon' => 'fas fa-images',
'perm' => 'picture_see',
'child' => null
],
'Logs' => [
'route' => 'admin.stats.log',
'icon' => 'fas fa-stream',