This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
chuck
/
laracom
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
6e9fbeeb3c
Grenar
Taggar
master
laracom
/
app
/
Shop
/
Carts
/
Requests
/
CheckoutInterface.php
CheckoutInterface.php
104 B
Historik
Rå
1
2
3
4
5
6
7
8
<?php
namespace App\Shop\Carts\Requests;
interface CheckoutInterface
{
public function rules();
}