Skip to content

Commit 48c78c5

Browse files
committed
Laravel 5.2 version last edit
2 parents 02268ee + 9ed44d1 commit 48c78c5

File tree

174 files changed

+150
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+150
-113
lines changed

app/Console/Commands/Maker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Date: 3/10/2016
77
* Time: 2:10 AM.
88
*/
9+
910
namespace App\Console\Commands;
1011

1112
use Illuminate\Console\Command;

app/Http/ApiController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Date: 6/9/2016
77
* Time: 10:52 PM.
88
*/
9+
910
namespace App\Http;
1011

1112
use App\Http\Controllers\CommandsDomainEventController;

app/Http/Breadcrumbs/Backend/Tax.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
$breadcrumbs->push('Create Tax', route('admin.tax.create'));
1717
});
1818

19-
2019
Breadcrumbs::register('admin.tax.edit', function ($breadcrumbs) {
2120
$breadcrumbs->parent('admin.tax.index');
2221
$breadcrumbs->push('Edit Tax', route('admin.tax.edit'));

app/Http/Controllers/Backend/Category/CategoryController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Date: 4/2/2016
77
* Time: 11:04 AM.
88
*/
9+
910
namespace App\Http\Controllers\Backend\Category;
1011

1112
use App\Exceptions\GeneralException;
@@ -30,7 +31,6 @@ class CategoryController extends Controller
3031
*/
3132
public $category;
3233

33-
3434
public $imageDriver;
3535

3636
/**

app/Http/Controllers/Backend/Category/CategoryDescriptionController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Date: 4/2/2016
77
* Time: 11:05 AM.
88
*/
9+
910
namespace App\Http\Controllers\Backend\Category;
1011

1112
use App\Http\Controllers\Controller;

app/Http/Controllers/Backend/Eav/Attribute/EavProductAttribute.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Date: 3/29/2016
77
* Time: 6:08 PM.
88
*/
9+
910
namespace App\Http\Controllers\Backend\Eav\Attribute;
1011

1112
use App\Http\Controllers\Controller;

app/Http/Controllers/Backend/Eav/Category/EavProductAttributeCategory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Date: 3/29/2016
88
* Time: 6:08 PM.
99
*/
10+
1011
namespace App\Http\Controllers\Backend\Eav\Category;
1112

1213
use App\Http\Controllers\Controller;

app/Http/Controllers/Backend/Order/OrderController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Date: 6/26/2016
77
* Time: 10:39 PM.
88
*/
9+
910
namespace app\Http\Controllers\Backend\Order;
1011

1112
use App\Http\Controllers\Controller;

app/Http/Controllers/Backend/Product/ProductController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Date: 3/18/2016
77
* Time: 12:44 PM.
88
*/
9+
910
namespace App\Http\Controllers\Backend\Product;
1011

1112
use App\Exceptions\GeneralException;
@@ -200,7 +201,6 @@ public function storeNonDownloadable(StoreProductRequest $request, CommandBus $c
200201
public function store(StoreProductRequest $request)
201202
{
202203

203-
204204
/* $input = Input::only('title','description');
205205
$command = new PostProductCommand($input['title'],$input['description']);
206206
$this->commandBus->execute($command);

app/Http/Controllers/Backend/Stock/StockController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Date: 6/26/2016
77
* Time: 10:39 PM.
88
*/
9+
910
namespace app\Http\Controllers\Backend\Stock;
1011

1112
class StockController

0 commit comments

Comments
 (0)