CompanyableTrait.php
Go to the documentation of this file.
1 <?php
2 namespace App\Models;
3 
5 {
11  public static function bootCompanyableTrait()
12  {
13  static::addGlobalScope(new CompanyableScope);
14  }
15 }