Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 1706 | Revision 1708 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1706 Revision 1707
Zeile 4... Zeile 4...
4
    use PHPHtmlParser\Exceptions\ChildNotFoundException;
4
    use PHPHtmlParser\Exceptions\ChildNotFoundException;
5
    use PHPHtmlParser\Exceptions\CircularException;
5
    use PHPHtmlParser\Exceptions\CircularException;
6
    use PHPHtmlParser\Exceptions\CurlException;
6
    use PHPHtmlParser\Exceptions\CurlException;
7
    use PHPHtmlParser\Exceptions\NotLoadedException;
7
    use PHPHtmlParser\Exceptions\NotLoadedException;
8
    use PHPHtmlParser\Exceptions\StrictException;
8
    use PHPHtmlParser\Exceptions\StrictException;
-
 
9
    use Illuminate\Support\Facades\DB;
-
 
10
    use Illuminate\Support\Facades\Schema;
Zeile 9... Zeile 11...
9
 
11
 
10
    $GLOBALS["zahlsysteme"] = [
12
    $GLOBALS["zahlsysteme"] = [
11
        "kreditkarte",
13
        "kreditkarte",
12
        "paypal",
14
        "paypal",