Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunnie-pin committed Jul 29, 2023
1 parent 57fe8d4 commit 53518a5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions deployment.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"apps": [{
"name": "arthekraf",
"script": "artisan",
"args": ["serve", "--host=0.0.0.0", "--port=8000"],
"instances": "1",
"wait_ready": true,
"autorestart": false,
"max_restarts": 1,
"interpreter" : "php",
"watch": true,
"error_file": "log/err.log",
"out_file": "log/out.log",
"log_file": "log/combined.log",
"time": true
}]
}
2 changes: 1 addition & 1 deletion resources/views/partials/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
@endif


@if(auth()->user()->roles->name == 'Admininstrasi' || auth()->user()->roles->name == 'Super Admin')
@if(auth()->user()->roles->name == 'Administrasi' || auth()->user()->roles->name == 'Super Admin')
<li class="nav-heading">Administrasi Pages</li>

<li class="nav-item">
Expand Down

0 comments on commit 53518a5

Please sign in to comment.