Skip to content

Commit

Permalink
Adding helper to avoid need to add custom class to use without model
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius committed Aug 7, 2023
1 parent 24de840 commit 10a9c47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Helpers/ToLogHelper.php
@@ -0,0 +1,10 @@
<?php

namespace Spekulatius\LaravelPowertools\Helpers;

use Spekulatius\LaravelPowertools\Traits\ToLog;

class ToLogHelper
{
use ToLog;
}

0 comments on commit 10a9c47

Please sign in to comment.