Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 57ab2a5d
authored
Oct 05, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prod fix
1 parent
1dcb66d4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
12 deletions
.gitignore
app/Console/Kernel.php
package-lock.json
package.json
.gitignore
View file @
57ab2a5
...
...
@@ -17,3 +17,4 @@ yarn-error.log
/.idea
_ide_helper.php
.phpstorm.meta.php
composer.phar
app/Console/Kernel.php
View file @
57ab2a5
...
...
@@ -106,7 +106,7 @@ protected function schedule(Schedule $schedule)
$schedule
->
command
(
AdExtensionsLoad
::
class
)
->
hourlyAt
(
25
);
$schedule
->
command
(
SitelinksLoad
::
class
)
->
hourlyAt
(
25
);
$schedule
->
command
(
VCardsDelete
::
class
)
->
hourlyAt
(
20
);
//
$schedule->command(VCardsDelete::class)->hourlyAt(20);
$schedule
->
command
(
VCardsLoad
::
class
)
->
hourlyAt
(
25
);
$schedule
->
command
(
VCardsAdd
::
class
)
->
hourlyAt
(
35
);
...
...
package-lock.json
View file @
57ab2a5
This diff could not be displayed because it is too large.
package.json
View file @
57ab2a5
...
...
@@ -10,23 +10,23 @@
"production"
:
"mix --production"
},
"dependencies"
:
{
"@inertiajs/inertia"
:
"^0.8.
5
"
,
"@inertiajs/inertia-vue"
:
"^0.5.
5
"
,
"@inertiajs/progress"
:
"^0.2.
4
"
,
"autoprefixer"
:
"^10.
2.4
"
,
"@inertiajs/inertia"
:
"^0.8.
7
"
,
"@inertiajs/inertia-vue"
:
"^0.5.
12
"
,
"@inertiajs/progress"
:
"^0.2.
6
"
,
"autoprefixer"
:
"^10.
3.7
"
,
"eslint"
:
"^6.8.0"
,
"eslint-plugin-vue"
:
"^7.
5
.0"
,
"laravel-mix"
:
"^6.0.
6
"
,
"eslint-plugin-vue"
:
"^7.
19
.0"
,
"laravel-mix"
:
"^6.0.
31
"
,
"lodash"
:
"^4.17.21"
,
"popper.js"
:
"^1.16.0"
,
"portal-vue"
:
"^1.5.1"
,
"postcss"
:
"^8.
2.6
"
,
"postcss"
:
"^8.
3.9
"
,
"postcss-import"
:
"^12.0.1"
,
"postcss-nesting"
:
"^7.0.1"
,
"tailwindcss"
:
"^2.
0.3
"
,
"vue"
:
"^2.6.1
1
"
,
"vue-loader"
:
"^15.9.
6
"
,
"tailwindcss"
:
"^2.
2.16
"
,
"vue"
:
"^2.6.1
4
"
,
"vue-loader"
:
"^15.9.
8
"
,
"vue-meta"
:
"^2.3.1"
,
"vue-template-compiler"
:
"^2.6.1
2
"
"vue-template-compiler"
:
"^2.6.1
4
"
}
}
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment