Bristol SU Support Package
AccessibleConnectionScope.php
Go to the documentation of this file.
1 <?php
2 
4 
9 
13 class AccessibleConnectionScope implements Scope
14 {
15 
22  public function apply(Builder $builder, Model $model)
23  {
24  $builder->where('user_id', app(UserAuthentication::class)->getUser()->control_id);
25  }
26 }