Skip to content

Instantly share code, notes, and snippets.

@tkaratug
Created April 25, 2022 19:13
Show Gist options
  • Save tkaratug/74429aafc8febc6cce8b71c3c4e8f93a to your computer and use it in GitHub Desktop.
Save tkaratug/74429aafc8febc6cce8b71c3c4e8f93a to your computer and use it in GitHub Desktop.
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
use App\Traits\HasScopeWatcher;
class Order extends Model
{
use HasScopeWatcher;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment