Cleanup of model attributes

This commit is contained in:
Till Deeke
2018-07-21 14:07:06 +02:00
parent 722f032895
commit 775e46288e
6 changed files with 0 additions and 37 deletions
-5
View File
@@ -34,11 +34,6 @@ class Asset extends Depreciable
const USER = 'user';
const ACCEPTANCE_PENDING = 'pending';
/**
* Set static properties to determine which checkout/checkin handlers we should use
*/
public static $checkoutClass = CheckoutAssetNotification::class;
public static $checkinClass = CheckinAssetNotification::class;
/**