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 1a9ad37 commit 869ac88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
16 changes: 0 additions & 16 deletions src/ActivitylogFacade.php

This file was deleted.

5 changes: 0 additions & 5 deletions src/ActivitylogServiceProvider.php
Expand Up @@ -34,11 +34,6 @@ public function boot()
*/
public function register()
{
$this->app->bind(
'laravel-activitylog', function ($app) {
return self::getActivityModelInstance();
});

$this->app->bind('command.activitylog:clean', CleanActivitylogCommand::class);

$this->commands([
Expand Down

0 comments on commit 869ac88

Please sign in to comment.