Rename AssetType.php to AssetTypeHelper.php

Because this is really just a helper not really AssetType itself
This commit is contained in:
petko@mfdlabs.com 2021-10-31 13:59:42 +00:00 committed by Github Enterprise
parent b0f76185df
commit f673cda5ef
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
*/
namespace Alphaland\Assets {
class AssetType
class AssetTypeHelper
{
public function IsPurchasable($id)
{