Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F32064535
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/phpspec.yml b/phpspec.yml
index 33d39ae..3eff13b 100644
--- a/phpspec.yml
+++ b/phpspec.yml
@@ -1,5 +1,5 @@
suites:
main:
namespace: AuthGrove
psr4_prefix: AuthGrove
- src_path: app
\ No newline at end of file
+ src_path: app
diff --git a/resources/lang/en/app.php b/resources/lang/en/app.php
index 17a00a6..06a49c5 100644
--- a/resources/lang/en/app.php
+++ b/resources/lang/en/app.php
@@ -1,5 +1,5 @@
<?php
return [
"title" => "Auth Grove",
-];
\ No newline at end of file
+];
diff --git a/resources/lang/en/panel.php b/resources/lang/en/panel.php
index bf73071..5b5d665 100644
--- a/resources/lang/en/panel.php
+++ b/resources/lang/en/panel.php
@@ -1,43 +1,43 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| E-mail content
|--------------------------------------------------------------------------
|
| The following language lines are used in mails sent by Auth Grove.
|
*/
///
/// Navigation
///
-
+
'home' => 'Home',
'logout' => 'Logout',
'toggle-navigation' => 'Toggle Navigation',
-
+
///
/// Home - Status
///
-
+
'status' => 'Status',
'loggedin' => "You're logged in.",
-
+
///
/// Home - Account
///
-
+
'account' => 'Account information',
'user-attributes' => [
"id" => "User ID",
"username" => "Username",
"fullname" => "Full name",
"email" => "E-mail",
"created_at" => "Account created",
"updated_at" => "Last updated",
],
-
-];
\ No newline at end of file
+
+];
diff --git a/resources/views/emails/master.blade.php b/resources/views/emails/master.blade.php
index b1b1382..7019f01 100644
--- a/resources/views/emails/master.blade.php
+++ b/resources/views/emails/master.blade.php
@@ -1,8 +1,8 @@
@lang('emails.greetings')
@yield('mail-content')
@lang('emails.signature-separator')
-@lang('emails.signature')
\ No newline at end of file
+@lang('emails.signature')
diff --git a/storage/app/.gitignore b/storage/app/.gitignore
index c96a04f..d6b7ef3 100644
--- a/storage/app/.gitignore
+++ b/storage/app/.gitignore
@@ -1,2 +1,2 @@
*
-!.gitignore
\ No newline at end of file
+!.gitignore
diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore
index c96a04f..d6b7ef3 100644
--- a/storage/framework/cache/.gitignore
+++ b/storage/framework/cache/.gitignore
@@ -1,2 +1,2 @@
*
-!.gitignore
\ No newline at end of file
+!.gitignore
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Jun 8, 09:05 (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3784814
Default Alt Text
(2 KB)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment