diff --git a/.env.example b/.env.example index ac748637ae52e837bedc4234dbcad2f82e5187e7..d845418308119086677d18333d96bfaac593085c 100755 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_NAME=Laravel +PP_NAME=Laravel APP_ENV=local APP_KEY= APP_DEBUG=true @@ -43,4 +43,4 @@ PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=mt1 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" -MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" +MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" \ No newline at end of file diff --git a/app/Policies/UsuariosPolicy.php b/app/Policies/UsuariosPolicy.php deleted file mode 100755 index 6e0f14474e165ff1cd1aa3a1b9cde6839e156e5e..0000000000000000000000000000000000000000 --- a/app/Policies/UsuariosPolicy.php +++ /dev/null @@ -1,47 +0,0 @@ -has('')){ - - }else if(){ - - }else if(){ - - }else if(){ - - }else if(){ - - }else if(){ - - }else if(){ - - } - - - - - } -} diff --git a/resources/views/administrador/usersAdmin.blade.php b/resources/views/administrador/usersAdmin.blade.php index f9d59eee0dd823ae947ac7c98d927dcd62f4132e..f0c0fddd656095e214a4129152786ac863c695cd 100755 --- a/resources/views/administrador/usersAdmin.blade.php +++ b/resources/views/administrador/usersAdmin.blade.php @@ -4,7 +4,7 @@
-
+
@if(session('mensagem'))
@@ -29,6 +29,9 @@

+
+ +
@@ -38,11 +41,11 @@ - + @foreach ($users as $user) @if (auth()->user()->id != $user->id) @if(auth()->user()->id != "administrador") - + @@ -117,6 +120,32 @@ @section('javascript') @endsection diff --git a/resources/views/projeto/editaFormulario/participantes.blade.php b/resources/views/projeto/editaFormulario/participantes.blade.php index cf79b55a0fdafdd0591a189e8a53e5ddb00ee44c..2fb98b21cbceed24eee10fe9664428159f5e7cb9 100644 --- a/resources/views/projeto/editaFormulario/participantes.blade.php +++ b/resources/views/projeto/editaFormulario/participantes.blade.php @@ -26,7 +26,7 @@ @endphp -
Opções
{{ $user->name }}