Rename AssetType.php to AssetTypeHelper.php
Because this is really just a helper not really AssetType itself
This commit is contained in:
parent
b0f76185df
commit
f673cda5ef
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
namespace Alphaland\Assets {
|
||||
class AssetType
|
||||
class AssetTypeHelper
|
||||
{
|
||||
public function IsPurchasable($id)
|
||||
{
|
||||
Loading…
Reference in New Issue