Snipe-IT
Open Source Asset Management
FEATURES
DEMO
DOWNLOAD
DOCUMENTATION
HOSTED SOLUTION
SUPPORT
Intro
Namespaces
Classes
Files
Misc
snipe-it
app
Models
CompanyableChildTrait.php
Go to the documentation of this file.
1
<?php
2
namespace
App\Models
;
3
4
trait
CompanyableChildTrait
5
{
11
public
static
function
bootCompanyableChildTrait()
12
{
13
static::addGlobalScope(
new
CompanyableChildScope);
14
}
15
}
CompanyableChildTrait
App\Models
Definition:
Accessory.php:2