Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
598be7bb
"resources/views/projeto/Backupeditar.blade.php" did not exist on "72f53e8f2a8a69e68b6352f080b4b09806862114"
Commit
598be7bb
authored
Jul 10, 2020
by
carlos
Browse files
erro ao deletar edital
parent
1e10c5d5
Changes
2
Show whitespace changes
Inline
Side-by-side
app/Evento.php
View file @
598be7bb
...
@@ -3,9 +3,11 @@
...
@@ -3,9 +3,11 @@
namespace
App
;
namespace
App
;
use
Illuminate\Database\Eloquent\Model
;
use
Illuminate\Database\Eloquent\Model
;
use
Illuminate\Database\Eloquent\SoftDeletes
;
class
Evento
extends
Model
class
Evento
extends
Model
{
{
use
SoftDeletes
;
/**
/**
* The attributes that are mass assignable.
* The attributes that are mass assignable.
*
*
...
...
database/migrations/2020_02_05_123153_create_eventos_table.php
View file @
598be7bb
...
@@ -36,6 +36,7 @@ class CreateEventosTable extends Migration
...
@@ -36,6 +36,7 @@ class CreateEventosTable extends Migration
$table
->
string
(
'pdfEdital'
)
->
nullable
();
$table
->
string
(
'pdfEdital'
)
->
nullable
();
$table
->
string
(
'modeloDocumento'
)
->
nullable
();
$table
->
string
(
'modeloDocumento'
)
->
nullable
();
$table
->
string
(
'anexosStatus'
)
->
nullable
();
$table
->
string
(
'anexosStatus'
)
->
nullable
();
$table
->
softDeletes
();
});
});
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment