Commit 81519de1 authored by Nicolas Widart's avatar Nicolas Widart

Adding blank line at EOF

parent 686d4bc7
...@@ -13,8 +13,8 @@ class SettingDatabaseSeeder extends Seeder { ...@@ -13,8 +13,8 @@ class SettingDatabaseSeeder extends Seeder {
public function run() public function run()
{ {
Model::unguard(); Model::unguard();
// $this->call("OthersTableSeeder"); // $this->call("OthersTableSeeder");
} }
} }
\ No newline at end of file
...@@ -4,4 +4,4 @@ use Illuminate\Database\Eloquent\Model; ...@@ -4,4 +4,4 @@ use Illuminate\Database\Eloquent\Model;
class Setting extends Model class Setting extends Model
{ {
} }
\ No newline at end of file
...@@ -27,4 +27,4 @@ class SettingController extends AdminBaseController ...@@ -27,4 +27,4 @@ class SettingController extends AdminBaseController
{ {
} }
} }
\ No newline at end of file
...@@ -45,4 +45,3 @@ class RouteServiceProvider extends ServiceProvider ...@@ -45,4 +45,3 @@ class RouteServiceProvider extends ServiceProvider
} }
} }
...@@ -20,4 +20,4 @@ class EloquentSettingRepository extends EloquentBaseRepository implements Settin ...@@ -20,4 +20,4 @@ class EloquentSettingRepository extends EloquentBaseRepository implements Settin
{ {
} }
} }
\ No newline at end of file
...@@ -4,4 +4,4 @@ use Modules\Core\Repositories\BaseRepository; ...@@ -4,4 +4,4 @@ use Modules\Core\Repositories\BaseRepository;
interface SettingRepository extends BaseRepository interface SettingRepository extends BaseRepository
{ {
} }
\ No newline at end of file
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
{!! Form::label("site-description[$lang]", 'Site-description:') !!} {!! Form::label("site-description[$lang]", 'Site-description:') !!}
{!! Form::textarea("site-description[$lang]", Input::old("site-description[$lang]"), ['class' => 'form-control', 'placeholder' => 'Site description']) !!} {!! Form::textarea("site-description[$lang]", Input::old("site-description[$lang]"), ['class' => 'form-control', 'placeholder' => 'Site description']) !!}
{!! $errors->first("site-description[$lang]", '<span class="help-block">:message</span>') !!} {!! $errors->first("site-description[$lang]", '<span class="help-block">:message</span>') !!}
</div> </div>
\ No newline at end of file
...@@ -52,4 +52,4 @@ ...@@ -52,4 +52,4 @@
</div> </div>
</div> </div>
{!! Form::close() !!} {!! Form::close() !!}
@stop @stop
\ No newline at end of file
# Setting Module # Setting Module
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/92d544b4-a3ca-4c2a-9ffd-0741c521cb14/mini.png)](https://insight.sensiolabs.com/projects/92d544b4-a3ca-4c2a-9ffd-0741c521cb14) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/92d544b4-a3ca-4c2a-9ffd-0741c521cb14/mini.png)](https://insight.sensiolabs.com/projects/92d544b4-a3ca-4c2a-9ffd-0741c521cb14)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nWidart-Modules/Setting/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nWidart-Modules/Setting/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nWidart-Modules/Setting/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nWidart-Modules/Setting/?branch=master)
\ No newline at end of file
...@@ -16,4 +16,4 @@ Lang::addNamespace('setting', __DIR__ . '/Resources/lang/'); ...@@ -16,4 +16,4 @@ Lang::addNamespace('setting', __DIR__ . '/Resources/lang/');
Config::addNamespace('setting', __DIR__ . '/Config/'); Config::addNamespace('setting', __DIR__ . '/Config/');
require __DIR__ . '/composers.php'; require __DIR__ . '/composers.php';
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment