Skip to content

Instantly share code, notes, and snippets.

@demirhanali
Last active August 13, 2020 10:43
Show Gist options
  • Save demirhanali/914663fa52a5640b99f4e864706160a9 to your computer and use it in GitHub Desktop.
Save demirhanali/914663fa52a5640b99f4e864706160a9 to your computer and use it in GitHub Desktop.
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
use Laravel\Scout\Searchable;
class Writer extends Model
{
use Searchable;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment