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