Skip to content

Commit

Permalink
Use FQCN in documentation
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
antonkomarev authored Nov 14, 2018
1 parent 8d4f5b3 commit 92c6cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Register `Ban` and `Unban` actions inside your `Bannable` Model's Resource.
public function actions(Request $request)
{
return [
new Ban(),
new Unban(),
new \Cog\Laravel\Nova\Ban\Actions\Ban(),
new \Cog\Laravel\Nova\Ban\Actions\Unban(),
];
}
```
Expand Down

0 comments on commit 92c6cae

Please sign in to comment.