Skip to content

Commit

Permalink
whitespace fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gabiezur committed Sep 26, 2016
1 parent e760e0a commit 67b3135
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Facades/Promocodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

class Promocodes extends Facade
{

/**
* Get the registered name of the component.
*
Expand Down
1 change: 1 addition & 0 deletions src/Model/Promocode.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

class Promocode extends Model
{

/**
* Indicates if the model should be timestamped.
*
Expand Down
1 change: 1 addition & 0 deletions src/Promocodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

class Promocodes
{

/**
* Generated codes will be saved here
* to be validated later
Expand Down
3 changes: 3 additions & 0 deletions src/PromocodesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

class PromocodesServiceProvider extends ServiceProvider
{

/**
* Bootstrap the application services.
*
* @return void
*/
public function boot()
Expand All @@ -23,6 +25,7 @@ public function boot()

/**
* Register the application services.
*
* @return void
*/
public function register()
Expand Down
2 changes: 2 additions & 0 deletions src/Traits/Rewardable.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

trait Rewardable
{

/**
* Get the promocodes of current model.
*
Expand Down Expand Up @@ -49,6 +50,7 @@ public function promocode($amount = 1, $reward = null)
*
* @param $code
* @param $callback
* @return bool|float
*/
public function applyCode($code, $callback)
{
Expand Down
1 change: 1 addition & 0 deletions src/config/promocodes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

return [

/**
* Database table name that will be used in migration
* You can remove this key - value pair and we will
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

class CreatePromocodesTable extends Migration
{

/**
* Run the migrations.
*
Expand Down

0 comments on commit 67b3135

Please sign in to comment.