Skip to content

Commit

Permalink
🔥 remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
yungts97 committed Jan 26, 2022
1 parent 5735bb0 commit 2ecc801
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Console/UserActivityLogCleanup.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Yungts97\LaravelUserActivityLog\Console;

use Illuminate\Support\Facades\DB;
use Illuminate\Console\Command;
use Yungts97\LaravelUserActivityLog\Models\Log;

Expand Down
1 change: 0 additions & 1 deletion src/Events/CreatedModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ class CreatedModel
*/
public function __construct(public Model $model)
{
//dd($model);
}
}

0 comments on commit 2ecc801

Please sign in to comment.