Skip to content

Commit

Permalink
fixed fileLocation, going to bed now
Browse files Browse the repository at this point in the history
  • Loading branch information
m-scha1337 committed Jan 9, 2019
1 parent 3de5188 commit 962474f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class Product extends Model{
protected $table_name = "products";
protected $targetFolder= "assets/images/product";
protected $targetFolder= "assets/images/product/";
public function setProduct($data){

}
Expand Down

0 comments on commit 962474f

Please sign in to comment.