Skip to content

Instantly share code, notes, and snippets.

@joaorobertopb
Created March 25, 2018 17:24
Show Gist options
  • Save joaorobertopb/a13986f3309554deabc64b3498322487 to your computer and use it in GitHub Desktop.
Save joaorobertopb/a13986f3309554deabc64b3498322487 to your computer and use it in GitHub Desktop.
<?php
namespace App\Scope;
trait IsMultiEmpresaTrait {
protected static function bootIsMultiEmpresa() {
static::addGlobalScope( new MultiEmpresaScope );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment