Skip to content

Commit ad390f5

Browse files
Docs
1 parent c68cefc commit ad390f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function rules()
133133
]
134134
];
135135
}
136-
136+
```
137137

138138
The policy which authorizes the user to access the user management pages is implemented in `App\Policies\UserPolicy.php`.``
139139

@@ -188,7 +188,7 @@ public function store(UserRequest $request, User $model)
188188
The documentation for the now-ui Dashboard Laravel is hosted at our [website](https://now-ui-dashboard-pro-laravel.creative-tim.com/docs/getting-started/laravel-setup.html?ref=ndl-readme).
189189

190190
## File Structure
191-
.
191+
```
192192
├── changelog.md
193193
├── composer.json
194194
├── docs

0 commit comments

Comments
 (0)