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 {
public function run()
{
Model::unguard();
// $this->call("OthersTableSeeder");
}
}
\ No newline at end of file
}
......@@ -4,4 +4,4 @@ use Illuminate\Database\Eloquent\Model;
class Setting extends Model
{
}
\ No newline at end of file
}
......@@ -27,4 +27,4 @@ class SettingController extends AdminBaseController
{
}
}
\ No newline at end of file
}
......@@ -45,4 +45,3 @@ class RouteServiceProvider extends ServiceProvider
}
}
......@@ -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;
interface SettingRepository extends BaseRepository
{
}
\ No newline at end of file
}
......@@ -7,4 +7,4 @@
{!! Form::label("site-description[$lang]", '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>') !!}
</div>
\ No newline at end of file
</div>
......@@ -52,4 +52,4 @@
</div>
</div>
{!! Form::close() !!}
@stop
\ No newline at end of file
@stop
# 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)
[![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
[![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)
......@@ -16,4 +16,4 @@ Lang::addNamespace('setting', __DIR__ . '/Resources/lang/');
Config::addNamespace('setting', __DIR__ . '/Config/');
require __DIR__ . '/composers.php';
\ No newline at end of file
require __DIR__ . '/composers.php';
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