first upload all files
This commit is contained in:
13
Modules/Shipping/ShippingMethodManager.php
Normal file
13
Modules/Shipping/ShippingMethodManager.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Shipping;
|
||||
|
||||
use Modules\Support\Manager;
|
||||
|
||||
class ShippingMethodManager extends Manager
|
||||
{
|
||||
public function available()
|
||||
{
|
||||
return $this->all()->filter->available();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user