Adding some comments

This commit is contained in:
Till Deeke
2018-07-28 13:32:29 +02:00
parent 8c96e8fd4b
commit 62195a805a
3 changed files with 68 additions and 3 deletions
+5 -1
View File
@@ -7,7 +7,11 @@ use App\Models\CustomField;
use App\Models\User;
use Illuminate\Database\Eloquent\Builder;
/**
* This trait allows models to have a callback after their checkout gets accepted or declined.
*
* @author Till Deeke <kontakt@tilldeeke.de>
*/
trait Acceptable {
/**
* Run after the checkout acceptance was accepted by the user