Skip to content

Commit

Permalink
remove facade
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Nov 20, 2016
1 parent 869ac88 commit a803e07
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,6 @@ Next, you must install the service provider:
];
```

If you wish, you can also register the facade:

```php
// config/app.php
'aliases' => [
...
'Activity' => Spatie\Activitylog\ActivitylogFacade::class,
];
```

You can publish the migration with:
```bash
php artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="migrations"
Expand Down

0 comments on commit a803e07

Please sign in to comment.