App\Models\Throttle Class Reference
Inheritance diagram for App\Models\Throttle:

Public Member Functions

 user ()
 

Protected Attributes

 $table = 'throttle'
 

Detailed Description

Definition at line 6 of file Throttle.php.

Member Function Documentation

App\Models\Throttle::user ( )

Definition at line 10 of file Throttle.php.

11  {
12  return $this->belongsTo('User', 'user_id');
13  }

Member Data Documentation

App\Models\Throttle::$table = 'throttle'
protected

Definition at line 9 of file Throttle.php.


The documentation for this class was generated from the following file: