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