Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from crocodic-studio/0.1
Browse files Browse the repository at this point in the history
bug fix controller
  • Loading branch information
fherryfherry authored Aug 28, 2016
2 parents eb90fb8 + 5b39048 commit 01f9f74
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@

namespace crocodicstudio\dokularavel\Controllers;

use Illuminate\Foundation\Bus\DispatchesJobs;
use Illuminate\Routing\Controller as BaseController;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Foundation\Auth\Access\AuthorizesResources;

error_reporting(E_ALL ^ E_NOTICE);

use Cache;

class Controller extends BaseController
{
use AuthorizesRequests, AuthorizesResources, DispatchesJobs, ValidatesRequests;

{

//API DOKU ENDPOINT
var $prePaymentUrl = 'http://staging.doku.com/api/payment/PrePayment';
Expand Down

0 comments on commit 01f9f74

Please sign in to comment.